|
| Compiling ProgramsThis section explains how to compile C source files and discusses the control directives. These directives allow you to: - Direct the C166 Compiler to generate a listing file.
- Define manifest constants on the command line.
- Control the amount of information included in the object file.
- Specify the optimization level and memory model.
|
|