Skip to content

Commit 807f208

Browse files
authored
Fix MASM dot-code to indicate it also works on x64
1 parent 845be2d commit 807f208

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/assembler/masm/dot-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ ms.assetid: 2b8c882c-c0d2-4fa3-8335-e6b12717a4f4
88
---
99
# .CODE
1010

11-
(32-bit MASM only.) When used with [.MODEL](dot-model.md), indicates the start of a code segment.
11+
Indicates the start of a code segment.
12+
13+
When using 32-bit MASM, this should be used along with [.MODEL](dot-model.md).
1214

1315
## Syntax
1416

0 commit comments

Comments
 (0)