Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 668 Bytes

struct-masm.md

File metadata and controls

26 lines (19 loc) · 668 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: STRUCT
STRUCT (MASM)
12/17/2019
struct
STRUCT directive
70c3ba6b-00db-461e-8dd9-eafd3ae5b3c8

STRUCT

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

Syntax

name STRUCTalignment⟧ ⟦, NONUNIQUE
field-declarations
name ENDS

Remarks

The name argument must be the same in the opening and closing statement.

See also

Directives reference
MASM BNF Grammar