Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 505 Bytes

A2110.md

File metadata and controls

15 lines (8 loc) · 505 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2110

COMMENT delimiter expected

A delimiter character was not specified for a COMMENT directive.

The delimiter character is specified by the first character that is not white space (spaces or TAB characters) after the COMMENT directive. The comment consists of all text following the delimiter until the end of the line containing the next appearance of the delimiter.

* ML 6.0 compatible error

See Also

ASMC Error Messages