Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 661 Bytes

dot-data.md

File metadata and controls

27 lines (21 loc) · 661 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .DATA
.DATA
12/17/2019
.DATA
.DATA directive
32797935-9c79-46e0-bf6f-07d0c2bf1dc1

.DATA

Indicates the start of a data segment.

When using 32-bit MASM, this starts a near data segment for initialized data (segment name _DATA) and should be used along with .MODEL.

Syntax

.DATA
segmentItem ⟧...

See also

Directives Reference
.DATA?
.CONST
.FARDATA
.FARDATA?
MASM BNF Grammar