description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: .DATA |
.DATA |
12/17/2019 |
|
|
32797935-9c79-46e0-bf6f-07d0c2bf1dc1 |
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.
.DATA
⟦ segmentItem ⟧...
Directives Reference
.DATA?
.CONST
.FARDATA
.FARDATA?
MASM BNF Grammar