Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 586 Bytes

File metadata and controls

24 lines (17 loc) · 586 Bytes
description Learn more about: DD
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