InterviewSolution
Saved Bookmarks
| 1. |
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 wayThe question was asked during an online interview.My question comes from Assembly Language topic in chapter Machine Instructions and Programs of Computer Architecture |
|
Answer» Right answer is (B) ADDI 5,R1; |
|