What happens during the fetch phase?
What happens during the decode phase?
The contents of CIR are split into operand and opcode
What happens during the execute phase?
The decoded instruction is executed
A CPU may need to stop running the fetch-decode-execute cycle in order to handle an interrupt, when would it be handled?
After the execute phase, done after all other processes are executed/run