z80:Directives:GLOBAL/ENDGLOBAL

From Learn @ Cemetech
Jump to navigationJump to search

Forces label to global scope. Takes priority over other label scoping.

Syntax

   .global expression [, expression [, ...]]
   
   .global
       expression
       [expression]
       [...]
   .endglobal