 | BL51 User's Guide |  |
|
|
| NOSYMBOLS Linker Directive| Abbreviation | NOSY | | Arguments | None. | | Default | Local symbol information is included in the listing file. | | µVision | | | Description | The NOSYMBOLS directive excludes debug information for local symbols (from the input files) from the listing file. Local symbol information is used by emulators or the µVision Debugger to calculate and display values of local objects. Local symbol information is required only for program debugging and has no influence on the executable code. | | See Also | NOLINES, NOPUBLICS | | Example |
BL51 file1.obj NOSYMBOLS
|
|
|