|
| NOLIST Assembler Directive| Abbreviation | NOLI | | Arguments | None. | | Default | Source text is included in the listing file. | | µVision | Options — A51 — Misc Controls. | | Description | The NOLIST directive excludes the source text from the listing file. Note - Source lines causing errors are listed even if the NOLIST directive was specified.
- The NOPRINT directive control overrides this directive.
| | See Also | LIST, NOPRINT | | Example |
A51 SAMPLE.ASM NOLIST
$NOLI
|
|
|