Legacy Plugin Collection

equ

Sets the value label to value.

Syntax

label .equ value

Remarks

label = value is functionally equivalent to label .equ value. It is recommended that you do not use this directive and use the assignment operator instead.