MESSAGE

Output a message string.

The MESSAGE directive outputs a string. Useful in conditional assembly.

Syntax
.MESSAGE "<string>"
Example
.IFDEF DEBUG
.MESSAGE "Debug mode"
.ENDIF