4.9.19 Extrn Directive
The EXTRN identifier
pseudo-op is similar to
GLOBAL
(see 4.9.29 Global Directive), but can only be used to link in
with global symbols defined in other modules. An error will be triggered if you use
EXTRN
with a symbol that is defined in the same module.