8-Bit Computer

Overview

This project was a ground-up implementation of a fully custom 8-bit computer, built from discrete logic components and custom PCB modules.
The system is Turing-complete, capable of executing a minimal instruction set, and was developed as a way to explore computer architecture at the gate and register-transfer level.

The design takes inspiration from Ben Eater’s breadboard computer, but expands it with a modular PCB-based implementation, Logisim simulations, and a structured hardware layout.


Contributions


Technical Highlights


Media

Repository

GitHub – 8-Bit Computer

Hardware & Schematics

Simulation


Reflection

This project provided a first-principles understanding of how digital computers operate at the logic level.
Key takeaways included:

If extended further, this design could support conditional branching, subroutines, or pipelining.