z80:Directives:LOCALLABELCHAR

From Learn @ Cemetech
Revision as of 17:15, 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

Redefines current character used to denote a local label (defaults to _). Can be made to any single character you like, but is strongly recommended you leave it as a standard, non-alphanumeric, non-operator symbol.

Syntax

   .locallabelchar character

Allowed inputs

Uses

See Also