We have a Turing Complete CPU in this episode implementing conditional jumps and a test program. No, it doesn't catch fire, but I do build a test program that halts if the processor errs :-) This is in a CPU built from scratch using Digital, a digital logic simulator that can be used to build a CPU that can run on an FPGA.
To ask questions and meet others in the community, you can join my Discord server here: / discord
See the project on github here: https://github.com/rj45/rjstack
Get the program I am using here: https://github.com/hneemann/Digital
Get the assembler I am using here: https://github.com/hlorenzi/customasm
A few ways to support me making videos and software for the community:
Ko-Fi (preferred) - https://ko-fi.com/rj45_creates
Patreon - / rj45creates
GitHub Sponsors - https://github.com/sponsors/rj45
Digital Logic Introduction:
Exploring How Computers Work - • Exploring How Computers Work
How Do Computers Remember? - • How Do Computers Remember?
Deeper dive into how to build a computer from scratch:
Ben Eater's 8-bit Breadboard Computer - • 8-bit computer update