4.29 Extern Directive
The MPASM EXTERN
directive links a symbol with a symbol
globally defined in another module.
Suggested Replacement
The PIC Assembler's EXTRN
directive (note the subtle
difference in spelling) is a direct replacement for this directive.
An error will be issued if you use this directive with a symbol that was defined in the current module.