SPRU513Y August 2001 – June 2022 SM320F28335-EP
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");
}| cl2000 [options] [filenames] [--run_linker [link_options] [object files]] |
| cl2000 --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 |