Constant-Definition directives

The following table lists the directives to define assembly constants.

Table 1. Directives for defining constants
Directive Description
EQU - Equate symbol value Assign a name to an expression (cannot be redefined)
SET - Set Symbol Value Assign a name to an expression (can be redefined)