Go up to Directives
Go forward to The GLOBAL directive

The EQU Directive

An EQU directive takes the form:
label equ constant
The EQU directive associates the label given with the constant specified. Note that in the assembler, EQU's cannot be used to associate symbolic names with registers.

Up Next