What is assembler directive?
SUM EQU 200
Assembler directives are not instructions that will be implemented. It easily informs the assembler that the name SUM should be changed by the value 200 wherever it appears in the program, such statements are known as assembler directives.