1 min read
8-Bit CPU from TTL Chips

An 8-bit CPU built entirely from TTL chips on breadboards. Originally based on Ben Eater’s fantastic design, I extended it with a stack pointer, 256 bytes of RAM, full 8-bit registers, and a custom instruction set. I also built an Arduino-based programmer and assembler toolchain so I could write real programs instead of constantly flipping DIP switches. I wrote up the whole process in a two-part tutorial.

Homemade 8-bit CPU built from TTL chips on breadboards with LEDs showing register states