Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 550 Bytes

File metadata and controls

23 lines (16 loc) · 550 Bytes
title DD
ms.date 12/17/2019
f1_keywords
dd
helpviewer_keywords
DD directive
ms.assetid 0c238628-2fe2-437e-979d-a90bdae7b478

DD

Allocates and optionally initializes a double word (4 bytes) of storage for each initializer. DD is a synonym of DWORD.

Syntax

nameDD initializer, initializer ...⟧

Remarks

Can also be used as a type specifier anywhere a type is legal.

See also

Directives Reference
MASM BNF Grammar