8-bit Breadboard Computer
This is a from scratch 8-bit computer built on breadboards, following Ben Eater’s design. The remaining work is bus integration and the instruction set, essentially wiring everything together and teaching it to actually run a program. I am about 80% there.
The following modules are built, tested, and validated independently:
- Clock
- ALU
- Memory registers
- RAM
- Program counter
- Output register