ERRORLEVEL - Set Message Level

MPASM Assembler

ERRORLEVEL - Set Message Level

Syntax

errorlevel {0|1|2|+<msgnum>|-<msgnum>} [, ...]

Description

Sets the types of messages that are printed in the listing file and error file.

Setting
Affect
0
Messages, warnings, and errors printed
1
Warnings and errors printed
2
Errors printed
-<msgnum>
Inhibits printing of message <msgnum>
+<msgnum>
Enables printing of message <msgnum>

Error messages cannot be disabled. The setting of 0, 1, or 2 overrides individual message disabling or enabling.

Example

errorlevel 1, -202

See Also

LIST ERROR


Microchip Technology Inc.
Microchip's Web Site
Voice: (480) 792-7200
Fax: (480) 899-9210
Microchip's E-mail Address
PreviousNext