z80:Directives:EQU
From Learn @ Cemetech
Revision as of 16:56, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Sets the value label to value.
Syntax
label .equ value
Uses
Essentially the same as the = operator. Equ is generally discouraged.