Instruction Execution Steps;
A special register contains the address of the instruction
The CPU "fetches" the instruction from memory at that address
The CPU "decodes" the instruction to figure out what to do
The CPU “Fetch/Read" any data (operands) needed by the instruction, from memory or registers
The CPU "executes" the operation specified by the instruction on this data
The CPU "stores" any results into a register or memory