Home > Industry/Domain > Semiconductors > Digital Signal Processors (DSP)
Digital Signal Processors (DSP)
Industry: Semiconductors
Add a new termContributors in Digital Signal Processors (DSP)
Digital Signal Processors (DSP)
assignment statement
Semiconductors; Digital Signal Processors (DSP)
A statement that initializes a value to a variable.
assembly-time constant
Semiconductors; Digital Signal Processors (DSP)
A symbol whose full definition is assigned at assembly time.
alias disambiguation
Semiconductors; Digital Signal Processors (DSP)
A technique that determines when two pointer expressions cannot point to the same location, allowing the compiler to freely optimize such expressions.
ANSI C
Semiconductors; Digital Signal Processors (DSP)
A version of the C programming language that conforms to the C standards defined by the American National Standards Institute (ANSI).
absolute address
Semiconductors; Digital Signal Processors (DSP)
An address that is permanently assigned to a memory location. See also symbolic address.
auxiliary register arithmetic unit (ARAU)
Semiconductors; Digital Signal Processors (DSP)
An arithmetic unit used to increment, decrement, or compare the contents of the auxiliary registers. Its primary function is manipulating auxiliary register values for indirect addressing.
autoinitialization at runtime
Semiconductors; Digital Signal Processors (DSP)
An autoinitialization method used by the linker when linking C code. The linker uses this method when you invoke the linker with the –c option. The linker loads the .cinit section of data tables into ...