Scope Control Directives
These directives let you import and export labels:
For more information on labels, see
"Labels".
.
Note:
You cannot import or export equates or local labels.
global
Tells the assembler to export the specified labels, that is, make them available to other files.
extern
Tells the assembler to import the specified labels, that is, find the definitions in another file.
public
Declares specified labels to be public.