as: Equ

1 
1 7.25 '.equ SYMBOL, EXPRESSION'
1 ==============================
1 
1 This directive sets the value of SYMBOL to EXPRESSION.  It is synonymous
1 with '.set'; see ⇒'.set' Set.
1 
1    The syntax for 'equ' on the HPPA is 'SYMBOL .equ EXPRESSION'.
1 
1    The syntax for 'equ' on the Z80 is 'SYMBOL equ EXPRESSION'.  On the
1 Z80 it is an error if SYMBOL is already defined, but the symbol is not
1 protected from later redefinition.  Compare ⇒Equiv.
1