ERROR

Outputs an error message string.

The ERROR directive outputs a string and halts the assembling. May be used in conditional assembly.

Syntax
.ERROR "<string>"
Example
.IFDEF TOBEDONE 
.ERROR "Still stuff to be done.." 
.ENDIF