Skip to content

Commit 4d8a0d7

Browse files
authored
MASM: Add PROC as another possible type for EXTERN (#5139)
1 parent 6c04d97 commit 4d8a0d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/assembler/masm/extern-masm.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ The *language-type* argument is valid in 32-bit MASM only.
1919

2020
The *type* can be [ABS](operator-abs.md), which imports *name* as a constant. Same as [EXTRN](extrn.md).
2121

22+
The *type* can also be PROC, in which case *name* is treated as an external procedure.
23+
2224
## See also
2325

2426
[Directives Reference](directives-reference.md)\

0 commit comments

Comments
 (0)