 | AARM User's Guide Discontinued |  |
|
|
| NOLINES Assembler Directive| Abbreviation | NOLN | | Arguments | None. | | Default | Line number information is generated when the DEBUG directive is specified. | | µVision | Options — AA — 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 |
AA SAMPLE.ASM NOLINES
$NOLN
|
|
|