. Flashcards
1
Q
Fetch Stage
A
- The Memory address stored by the program counter, which points to the next instruction to be fetched is copied to the MAR.
- The address stored in the MAR is transferred to the main memory along the address bus.
- The contents at the activated memory location is then copied to the MBR along the data bus, after which it is copied internally to the current instruction register (CIR) internally.
- Finally the Program Counter is incremented so that it points to the next instruction to be fetched.
2
Q
Explain why the instruction could
not be processed directly from the MBR, during the decode and execute cycle.
A
The MBR is not directly wired to the components that will execute the instructions which the CIR is.
3
Q
A