Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 330 Bytes

A2202.md

File metadata and controls

15 lines (8 loc) · 330 Bytes

Asmc Macro Assembler Reference

ASMC Nonfatal Error A2202

ORG directive not allowed in unions

The ORG directive is not valid inside a UNION definition.

You can use the ORG directive inside STRUCT definitions, but it is meaningless inside a UNION.

* ML 6.0 compatible error

See Also

ASMC Error Messages