Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 356 Bytes

extern.md

File metadata and controls

13 lines (7 loc) · 356 Bytes

Asmc Macro Assembler Reference

EXTERN

EXTERN [[langtype]] name [[(altid)]] :
type [[, [[langtype]] name [[(altid)]] :type]]...

Defines one or more external variables, labels, or symbols called name whose type is type. The type can be ABS, which imports name as a constant. Same as EXTRN.

See Also

Directives Reference