EQU Syntax <symbol> equ <expression> Description Define a new program symbol with the name <symbol> and assign to it the value of <expression>. Defining <symbol> twice will cause an error.