upload
Texas Instruments Incorporated
Industry: Semiconductors
Number of terms: 7260
Number of blossaries: 0
Company Profile:
Texas Instruments (TI) designs and manufactures analog and digital semiconductor IC products for the world market. In addition to analog technologies, digital signal processing (DSP) and microcontroller (MCU) semiconductors, TI designs and manufactures semiconductor solutions for analog and digital ...
A software program that optimizes linear assembly code, which is assembly code that has not been register-allocated or scheduled. The assembly optimizer is automatically invoked with the shell program, cl6x, when one of the input files has a .sa extension.
Industry:Semiconductors
A statement that initializes a value to a variable.
Industry:Semiconductors
A symbol whose full definition is assigned at assembly time.
Industry:Semiconductors
A technique that determines when two pointer expressions cannot point to the same location, allowing the compiler to freely optimize such expressions.
Industry:Semiconductors
A version of the C programming language that conforms to the C standards defined by the American National Standards Institute (ANSI).
Industry:Semiconductors
An address that is permanently assigned to a memory location. See also symbolic address.
Industry:Semiconductors
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.
Industry:Semiconductors
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 memory, and variables are initialized at runtime.
Industry:Semiconductors
An autoinitialization method used by the linker when linking C code. The linker uses this method when you invoke the linker with the –cr option. This method initializes variables at load time instead of runtime.
Industry:Semiconductors
An on-chip module that allows the buffered serial port interface to read or write directly to internal memory independently of the central processing unit (CPU). Autobuffering capability can be separately enabled for transmit and receive sections. When autobuffering is disabled, the operation is similar to that of the standard serial port.
Industry:Semiconductors