z80:Directives:EQU
From Learn @ Cemetech
Jump to navigationJump to searchSets the value label to value.
Syntax
label .equ value
Uses
Essentially the same as the = operator. Equ is generally discouraged.
Sets the value label to value.
label .equ value
Essentially the same as the = operator. Equ is generally discouraged.