Difference between revisions of "Z80:Directives:LOCAL/ENDLOCAL"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 16:58, 5 February 2016

Starts or ends the forcing of labels inside modules to be treated as local, even if they do not start with the current local label character.

Syntax

   .local
   
   .endlocal


Allowed inputs

Uses

See Also