 | Ax51 User's Guide |  |
|
|
| NOERRORPRINT Assembler Directive| Abbreviation | NOEP | | Arguments | None. | | Default | No error messages are output. | | µVision | Do not use this directive within the µVision IDE. µVision uses the ERRORPRINT directive to collect error messages for assembler source files. | | Description | The NOERRORPRINT directive specifies that error messages are output only to the listing file and are not output to the console. | | See Also | ERRORPRINT | | Example |
A51 SAMPLE.ASM NOERRORPRINT
$NOEP
|
|
|