| |||||
Technical Support Support Resources
Product Information | A51: __ERROR__ DIRECTIVEInformation in this article applies to:
QUESTIONWhat does the __ERROR__ assembler directive do? ANSWERThe __ERROR__ assembler directive output a user-defined error message. For example, the following assembly program:
__ERROR__ "This is an error message"
end
generates the following listing file output.
LOC OBJ LINE SOURCE
1
2 __ERROR__ "This is an error message"
*** ERROR #A80 IN 2 (.\asdf.a51, LINE 2): This is an error message
3
4 end
MORE INFORMATION
SEE ALSOLast Reviewed: Friday, July 15, 2005 | ||||
| |||||