We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c04d97 commit 4d8a0d7Copy full SHA for 4d8a0d7
docs/assembler/masm/extern-masm.md
@@ -19,6 +19,8 @@ The *language-type* argument is valid in 32-bit MASM only.
19
20
The *type* can be [ABS](operator-abs.md), which imports *name* as a constant. Same as [EXTRN](extrn.md).
21
22
+The *type* can also be PROC, in which case *name* is treated as an external procedure.
23
+
24
## See also
25
26
[Directives Reference](directives-reference.md)\
0 commit comments