5.22 MESSAGE
Output a message string.
The MESSAGE directive outputs a string. Useful in conditional assembly.
.MESSAGE "<string>"
.IFDEF DEBUG
.MESSAGE "Debug mode"
.ENDIF
Output a message string.
The MESSAGE directive outputs a string. Useful in conditional assembly.
.MESSAGE "<string>"
.IFDEF DEBUG
.MESSAGE "Debug mode"
.ENDIF
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.