|
| NOCOND Assembler Directive| Abbreviation | | NOCO | | Arguments | | None. | | Default | | Conditional assembler source code is included in the listing file. | | µVision | | Options — Listing — Assembler Listing — Conditional. | | Description | | The NOCOND directive specifies that unassembled source code (in IF-ELSEIF-ENDIF constructs) is not included in the listing file. Missing line numbers reveal the skipped lines. | | See Also | | COND | | Example | |
A51 MYCODE.ASM NOCOND
$NOCO
|
Related Knowledgebase Articles |
|