Instruction Execution
A fundamental operation in a processor is instruction execution.
Instruction cycle: fetch cycle + execute cycle
PC holds the address of the next instruction to be executed.
Instruction pointed to by the PC is fetched from main memory into the IR.
Instruction is decoded and executed
- Instruction may be process-memory, processor-IO, data processing, or control/logic