Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.11 KB

readme.md

File metadata and controls

29 lines (19 loc) · 1.11 KB

Asmc Macro Assembler Reference

Asmc Error Messages

The error messages generated by Asmc components fall into three categories:

All error messages take the following form:

Utility: Filename <Line> : <Errortype> <Code>: <Messagetext>

  • Utility: The program that sent the error message.
  • Filename: The file that contains the error-generating condition.
  • Line: The approximate line where the error condition exists.
  • Errortype: Fatal Error, Error, or Warning.
  • Code: The unique 5- or 6-digit error code.
  • Messagetext: A short and general description of the error condition.

See Also

Asmc Reference | Directives Reference