z80:Directives:LOCAL/ENDLOCAL

From Learn @ Cemetech
Revision as of 16:58, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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