Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 747 Bytes

extern-masm.md

File metadata and controls

25 lines (17 loc) · 747 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: EXTERN
EXTERN (MASM)
12/06/2019
EXTERN directive
667d703d-3aaf-4139-a586-29bc5dab1aff

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.

See also

Directives Reference
MASM BNF Grammar