Sat. Jan 21st, 2023

Instruction Cycles

At the core (!) of all CPUs is the concept of an instruction cycle. The instruction cycle is otherwise known as the Fetch-Decode-Execute cycle.

  1. An instruction is fetched from RAM
  2. It is decoded
  3. The instruction is processed
  4. Results of the processing are written back to memory or registers with the CPU as required