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 register that is used as a pointer to an address within the data-space address range. The register is operated on by the auxiliary register arithmetic unit (ARAU) and is selected by the auxiliary register pointer (ARP).
Industry:Semiconductors
A register that temporarily stores the contents of the accumulator (ACC). The ACCB has a direct path back to the arithmetic logic unit (ALU) and can be arithmetically or logically acted upon with the ACC.
Industry:Semiconductors
A register that temporarily stores the results of an arithmetic logic unit (ALU) operation and provides an input for subsequent ALU operations. The ACC is accessible in two halves: accumulator high (ACCH) and accumulator low (ACCL).
Industry:Semiconductors
A register used by the on-chip asynchronous serial port. Data to transmit is written to the 8 least significant bits (LSBs) of the ADTR, and received data is read from the 8 LSBs of the ADTR. See also asynchronous serial port receive shift register.
Industry:Semiconductors
A software programme that collects several individual files into a single file called an archive library. With the archiver, you can add, delete, extract, or replace members of the archive library.
Industry:Semiconductors
A software programme that creates a machine-language programme from a source file that contains assembly language instructions and directives. The assembler substitutes absolute operation codes for symbolic operation codes, and absolute or relocatable addresses for symbolic addresses.
Industry:Semiconductors
A software programme that optimises 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 optimise such expressions.
Industry:Semiconductors