Declares specified labels to be public.
.public label [ ,label ]...
label
Any valid label.
If the labels already are defined in the same file, the assembler exports them (makes them available to other files). If the labels are not already defined, the assembler imports them (finds their definitions in another file).