The assembler directive EQU, when used in the instruction: Sum EQU 200 does ____
1.Finds the first occurrence of Sum and assigns value 200 to it
2.Replaces every occurrence of Sum with 200
3.Re-assigns the address of Sum by adding 200 to its original address
4.Assigns 200 bytes of memory starting the location of Sum