|
|
TMS320C8x Assembler/Linker
Development Tool Part Numbers
The TMS320C8x Assembler/Linker, also called the TMS320C8x DSP Assembly Language Tools is available without the compiler for those
who do not plan to write C code.
The package includes the following programs:
The assembler translates assembly language source code into machine language
COFF object files. It also supports a macro language that enables users
to create their own "instructions".
The archiver allows you to manage archive files (also called libraries)
which consist of a collection of source code files or COFF object files.
The linker allows you to combine COFF object files into a single
executable COFF output file. The linker allocates relocatable sections,
symbols and resolves external references between input files.
The hex conversion utility allows you to convert a COFF output file
into ANSII-Hex, Intel, Tektronix, Motorola-S, or TI-Tagged Object file
formats that can be used as input to an EPROM programmer.
|
|