Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 610 Bytes

union.md

File metadata and controls

22 lines (17 loc) · 610 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: UNION
UNION
12/17/2019
union
UNION directive
52504abf-7dc1-47c5-944c-b886803a0c6a

UNION

Declares a union of one or more data types. The field-declarations must be valid data definitions. Omit the ENDS name label on nested UNION definitions.

Syntax

name UNIONalignment⟧ ⟦, NONUNIQUE
field-declarations
nameENDS

See also

Directives reference
MASM BNF Grammar