C251 User's Guide

Compiling Programs

This topic explains how to compile C source files and discusses the compiler control directives. These directives allow you to:

  • Direct the C251 Compiler to generate a listing file.
  • Define manifest constants on the command line.
  • Control the amount of information included in the object file.
  • Specify optimization level, memory models, and the memory space for variables.

Note