I'm doing you a favor, believe me.
The CPU is a simple stack virtual machine with a specialized reduced instruction set. Execution algorithm: The VM fetches an opcode from system memory pointed by CS:IP. There is a table of instruction ...