◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: name = expression See also: EQU, EQ, == Description: Creates or redefines a constant symbol by assigning the numeric value of <expression> to <name>. This equate can be used in subsequent statements as a symbolic constant and can be redefined at any time. The <name> field must be either a unique name or one previously defined with =. The <expression> fieldis any valid constant expression. Resolved at definition by the assembler. -♦-