Keil™, An ARM® Company

Ax51 User's Guide

__ERROR__ Assembler Statement

Syntax 
__ERROR__ text
Description 

The __ERROR__ statement generates an error message using the specified text.

See Also __WARNING__
Example 
IF VARLEN > 10
  __ERROR__ "Variable Length is Too Long"
ENDIF

Related Knowledgebase Articles