z80:Directives:EQU

From Learn @ Cemetech
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.