InterviewSolution
Saved Bookmarks
| 1. |
The Branch instruction in 68000 provides how many types of offsets?(a) 3(b) 1(c) 0(d) 2The question was posed to me in a job interview.Query is from Motarola 680X0 Processor Architecture in section Processor Families of Computer Architecture |
|
Answer» RIGHT choice is (d) 2 Explanation: The Branch instruction basically just ADDS a constant VALUE to the address present in the PC, to change the instruction to be EXECUTED. |
|