InterviewSolution
Saved Bookmarks
| 1. |
Add #%01011101,R1 , when this instruction is executed then _________(a) The binary addition between the operands takes place(b) The Numerical value represented by the binary value is added to the value of R1(c) The addition doesn’t take place, whereas this is similar to a MOV instruction(d) None of the mentionedI have been asked this question during an interview.I'd like to ask this question from Memory Operations and Management in portion Machine Instructions and Programs of Computer Architecture |
|
Answer» CORRECT answer is (a) The binary addition between the OPERANDS takes place Easiest explanation: This PERFORMS operations in binary mode DIRECTLY. |
|