 | A166 User's Guide |  |
|
|
| SYMLIST Assembler Directive| Abbreviation | SL | | Arguments | None. | | Default | All symbols are listed in the symbol table. | | µVision | Options — A166 — Misc Controls. | | Description | The SYMLIST directive specifies that subsequently defined symbols are listed in the symbol table. The SYMLIST and NOSYMLIST directives may be used in an assembler source file to exclude listing certain symbols (like SFR definitions) in the symbol table. For example:
$nosymlist
;
; Symbols defined here are not included in the
; listing file's symbol table.
;
$symlist
;
; Symbols defined here are included in the
; listing file's symbol table.
;
| | See Also | NOSYMBOLS, NOSYMLIST, SYMBOLS | | Example |
A166 SAMPLE.ASM SYMLIST
$SL
|
|
|