Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 612 Bytes

File metadata and controls

25 lines (18 loc) · 612 Bytes
description Learn more about: DWORD
title DWORD
ms.date 12/17/2019
helpviewer_keywords
DWORD directive
ms.assetid 20efd7c6-1ee6-45a1-9feb-86ce7978142a

DWORD

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

Syntax

nameDWORD initializer, initializer ...⟧

Remarks

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

See also

Directives Reference
SDWORD
DD
MASM BNF Grammar