Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 334 Bytes

union.md

File metadata and controls

14 lines (8 loc) · 334 Bytes

Asmc Macro Assembler Reference

UNION

name UNION [[alignment]] [[, NONUNIQUE]]
fielddeclarations
[[name]] ENDS

Declares a union of one or more data types. The fielddeclarations must be valid data definitions. Omit the ENDS name label on nested UNION definitions.

See Also

Directives Reference