Keil™, An ARM® Company

Cx51 User's Guide

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 
C51 SAMPLE.C SYMBOLS

#pragma SYMBOLS

Related Knowledgebase Articles