SYMBOLS

Abbreviation

SB

Arguments

None.

Default

SYMBOLS

Description

The SYMBOLS control directs the assembler to generate a table of all symbols used in and by the assembly program module. This table is included in the generated listing file. below is an example of the symbol table as it appears in the listing file.

NOTE

You may specify the SYMBOLS control only once on the command line or at the top of the source file.

See Also

NOSYMBOLS

Example
A51 SAMPLE.A51 SYMBOLS

$SB SYMBOL TABLE LISTING
------ ----- -------


N A M E T Y P E V A L U E ATTRIBUTES

BITVAR . . . . . . B SEG 0001H REL=UNIT
CONST. . . . . . . C SEG 000DH REL=UNIT
DUMMY. . . . . . . D ADDR 0000H R SEG=VAR1
PROG . . . . . . . C SEG 0019H REL=UNIT
PUTSTRING. . . . . C ADDR ----- EXT
PUT_CRLF . . . . . C ADDR ----- EXT
REPEAT . . . . . . C ADDR 0010H R SEG=PROG
SAMPLE . . . . . . N NUMB -----
SCON . . . . . . . D ADDR 0098H A
SP . . . . . . . . D ADDR 0081H A
STACK. . . . . . . I SEG 0010H REL=UNIT
START. . . . . . . C ADDR 0000H R SEG=PROG
TH1. . . . . . . . D ADDR 008DH A
TMOD . . . . . . . D ADDR 0089H A
TR1. . . . . . . . B ADDR 0088H.6 A
TXT. . . . . . . . C ADDR 0000H R SEG=CONST
TXTBIT . . . . . . B ADDR 0000H.0 R SEG=BITVAR
VAR1 . . . . . . . D SEG 0021H REL=UNIT