.global

Tells the assembler to export the specified labels, that is, make them available to other files.

  .global label [, label]
    
Parameter

label

Any valid label.

Remarks

You cannot export equates or local labels.