 | A166 User's Guide |  |
|
|
| NOLINES Assembler Directive| Abbreviation | NOLN | | Arguments | None. | | Default | Line number information is generated when the DEBUG directive is specified. | | µVision | Options — A166 — Misc Controls. | | Description | The NOLINES directive suppresses line number information from the generated object module (when the DEBUG directive is specified). This directive is useful when using very old deubggers or emulators. | | See Also | DEBUG, NODEBUG | | Example |
A166 SAMPLE.ASM NOLINES
$NOLN
|
|
|