Q. Show the instruction execution by using the micro-operations?
A simple instruction can require:
- Instruction fetch: fetching instructions from the memory.
- Instruction decode: decode instruction.
- Operand address calculation: figure out effective address of operands.
- Execution: execute instruction.
- Interrupt Acknowledge: perform an interrupt acknowledge cycle if an interrupt request is pending.