This document describes support for the C64+, C6740, and C6600 variants of the TMS320C6000™ processor series. The C6200, C6400, C6700, and C6700+ variants are not supported in v8.0 and later versions of the TI Code Generation Tools. If you are using one of these legacy devices, please use v7.4 of the Code Generation Tools and refer to SPRU186 and SPRU187 for documentation.
The TMS320C6000 Assembly Language Tools User's Guide explains how to use the following Texas Instruments Code Generation object file tools:
This book helps you learn how to use the Texas Instruments object file and assembly language tools designed specifically for the TMS320C6000™ 32-bit devices. This book consists of four parts:
This document uses the following conventions:
special typeface
. Interactive
displays use a bold version of the special typeface to distinguish commands that you enter
from items that the system displays (such as prompts, command output, error messages,
etc.). Here is a sample of C code:
#include <stdio.h>
main()
{ printf("hello world\n");
}
cl6x [options] [filenames] [--run_linker [link_options] [object files]] |
cl6x --run_linker {--rom_model | --ram_model} filenames [--output_file=name.out] | |
--library= libraryname |
symbol .usect "section name", size in bytes[, alignment] |
.byteparameter1[, ... , parametern] |
Symbol | Definition |
---|---|
B,b | Suffix — binary integer |
H, h | Suffix — hexadecimal integer |
LSB | Least significant bit |
MSB | Most significant bit |
0x | Prefix — hexadecimal integer |
Q, q | Suffix — octal integer |