Skip to content

Commit 07887f4

Browse files
authored
Fix MASM dot-data to indicate it also works on x64
1 parent 807f208 commit 07887f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/assembler/masm/dot-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.assetid: 32797935-9c79-46e0-bf6f-07d0c2bf1dc1
88
---
99
# .DATA
1010

11-
(32-bit MASM only.) When used with [.MODEL](dot-model.md), starts a near data segment for initialized data (segment name _DATA).
11+
Indicates the start of a data segment.
12+
13+
When using 32-bit MASM, this starts a near data segment for initialized data (segment name _DATA) and should be used along with [.MODEL](dot-model.md).
1214

1315
## Syntax
1416

0 commit comments

Comments
 (0)