.public

Declares specified labels to be public.

  .public label [, label]
  
  
Parameter

label

Any valid label.

Remarks

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).