Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 819 Bytes

extern-masm.md

File metadata and controls

26 lines (17 loc) · 819 Bytes
description title ms.date helpviewer_keywords
Learn more about the MASM directive: EXTERN
EXTERN (MASM)
1/10/2025
EXTERN directive

EXTERN

Defines one or more external variables, labels, or symbols called name whose type is type.

Syntax

EXTERNlanguage-typename(altid): type,language-typename(altid): type ...⟧

Remarks

The language-type argument is valid in 32-bit MASM only.

The type can be ABS, which imports name as a constant. Same as EXTRN.

The type can also be PROC, in which case name is treated as an external procedure.

See also

Directives Reference
MASM BNF Grammar