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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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