 | AARM User's Guide Discontinued |  |
|
|
| ERRORPRINT Assembler Directive| Abbreviation | EP | | Arguments | Optional filename in parentheses | | 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 ERRORPRINT directives specifies that error messages are output to the console or to the specified file. The filename must be specified in parentheses immediately following the ERRORPRINT directive. Note - A fatal error occurs if the console is specified as the output file for the listing file (using the PRINT directive) and if the ERRORPRINT directive has no specified output file.
| | See Also | NOERRORPRINT | | Example |
AA SAMPLE.ASM EP
$ERRORPRINT (SAMPLE.ERR)
|
|
|