|
| SYMBOLS Compiler Directive| Abbreviation | | SB | | Arguments | | None. | | Default | | No list of symbols is generated. | | µVision | | Options — Listing — C Compiler Listing — Symbols. | | Description | | The SYMBOLS directive directs the compiler to generate a list of all symbols used in and by the program module being compiled. The symbol list is included in the listing file. The memory category, memory type, offset, and size are listed for each symbolic object. Refer to the Listing File for a symbol listing example. | | Example | |
C166 SAMPLE.C SYMBOLS
#pragma SYMBOLS
|
|
|