The alternate way of writing the instruction, ADD #5,R1 is ______
(a) ADD [5],[R1];
(b) ADDI 5,R1;
(c) ADDIME 5,[R1];
(d) There is no other way
The question was asked during an online interview.
My question comes from Assembly Language topic in chapter Machine Instructions and Programs of Computer Architecture