C54x optimizing C compiler
ANSI C compiler
- Instrinsics, in-line assembly and functions, pragmas
- Cl500 shell program contains
- C Compiler: parser, optimizer, and code generator
- Assembler: generates a relocatable (COFF) object file
- Linker: creates executable object file
CODE_SECTION code sectionDATA_SECTION data sectionFUNC_IS_PURE no side effectsINTERRUPT specifies interrupt routineNO_INTERRUPT cannot be interrupted