z80:Directives:EQU

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

Sets the value label to value.

Syntax

   label .equ value

Uses

Essentially the same as the = operator. Equ is generally discouraged.