What is the first step in ‘fetch’
contents of PC are copied into MAR
what is the second step in ‘fetch’
instruction held at that address in main memory goes in MBR
what is the third step in ‘fetch’
PC is incremented to hold the address of the next instruction to be executed
what is the fourth step in ‘fetch’
contents of MBR are copied into the CIR
what is the first step in ‘decode’
The instruction held in the CIR is decoded by the control unit
what is the second step in ‘decode’
the opcode identifies what type of instruction it is
what is the first step in ‘execute’
for LOAD and STORE instructions, the MAR and MBR are used to access data from main memory
what is the second step in ‘execute’
the GPR and SR are updated