Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 415 Bytes

A2013.md

File metadata and controls

13 lines (7 loc) · 415 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2013

.MODEL must precede this directive

A simplified segment directive or a .STARTUP or .EXIT directive was not preceded by a .MODEL directive. A .MODEL directive must specify the model defaults before a simplified segment directive, or a .STARTUP or .EXIT directive may be used.

* ML 6.0 compatible error

See Also

ASMC Error Messages