SPRUI03F June 2015 – August 2025
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 |