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
- FPGA Technology/FPGA.md
- opcodes Technology/opcodes.md
- RISC-V Technology/RISC-V.md
- Turing Complete Games/Turing Complete.md