Games/CPU.md
CPU
MarkdownIn game terms, a CPU is the machine you end up building and programming in Turing Complete.
In real-world terms, a CPU is the control/compute core that repeatedly fetches, decodes, and executes instructions.
Once you design one yourself (even a tiny 8-bit toy), assembly and opcodes stop feeling abstract.
See also
Linked From
- Chapter 1 - The simplest 8 bit CPU Games/Turing Complete.md
- FPGA Technology/FPGA.md
- opcodes Games/opcodes.md
- RISC-V Technology/RISC-V.md