SLAU131V October 2004 – February 2020
This document uses the following conventions:
Here is a sample of C code:
#include <stdio.h>
main()
{ printf("hello world\n");
}
| cl430 [options] [filenames] [--run_linker [link_options] [object files]] |
| cl430 --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 |