Difference between revisions of "Z80:Directives:EQU"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 16:56, 5 February 2016

Sets the value label to value.

Syntax

   label .equ value

Uses

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