InterviewSolution
Saved Bookmarks
| 1. |
Consider the following instruction sequence in a RISC machine :Conditional and unconditional branch instructions use PC- relative addressing mode with Offset specified in bytes to the target location of the branch instruction. Further the Offset is always with respect to the address of the next instruction in the program sequence. If the target of the branch instruction is i, then the decimal value of the Offest is __________.(A) -16(B) 18(C) 1000(D) None of the above |
| Answer» None | |