Syntax

symbol EQU expression symbol = expression

Description

The assembler evaluates the expression and assigns its value to the symbol. The expression need not be constant or even known at assembly time; it can be any value and may include complex operations involving external symbols.