|
|||||||||||
|
Technical Support On-Line Manuals Cx51 User's Guide |
Cx51 User's GuideDirectivesThe C51 Compiler provides a number of directives you may use to control source file compilation. Directives are composed of one or more letters or digits and, unless otherwise specified, may be specified after the filename on the command line or within the source file using #pragma. For example: C51 testfile.c SYMBOLS CODE DEBUG or #pragma SYMBOLS CODE DEBUG The source file to compile is testfile.c and SYMBOLS, CODE, and DEBUG are the directives. Control directives may be divided into three groups:
Note
| ||||||||||
|
|||||||||||