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