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
Ta przeglądarka nie jest już obsługiwana.
Przejdź na przeglądarkę Microsoft Edge, aby korzystać z najnowszych funkcji, aktualizacji zabezpieczeń i pomocy technicznej.
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