This topic has not yet been rated - Rate this topic

EXTERN (MASM)

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

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

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ