What Is EQU Instruction?

What Is EQU Instruction? The EQU instruction assigns absolute or relocatable values to symbols. Use it to: Assign single absolute values to symbols. Assign the values of previously defined symbols or expressions to new symbols, thus letting you use different mnemonics for different purposes. What is the function of EQU assembler directive? In assembly code,