Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 308 Bytes

struct.md

File metadata and controls

14 lines (8 loc) · 308 Bytes

Asmc Macro Assembler Reference

STRUCT

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

Declares a structure type having the specified fielddeclarations. Each field must be a valid data definition. Same as STRUC.

See Also

Directives Reference