STRUCT (MASM)
Declares a structure type having the specified fielddeclarations. Each field must be a valid data definition. Same as STRUC.
name STRUCT [[alignment]] [[, NONUNIQUE]]
fielddeclarations
name ENDS
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
Declares a structure type having the specified fielddeclarations. Each field must be a valid data definition. Same as STRUC.
name STRUCT [[alignment]] [[, NONUNIQUE]]
fielddeclarations
name ENDS