Header Image
Menu
  • Home
  • GitHub
  • Projects
  • About
Menu

8 bit Computer ALU

November 14, 2020 | Written by: Vishnu

Building Ben Eater’s 8 bit CPU. This part 1 where we build the ALU.

Ben Eater has an amazing series on building an 8 bit computer that he posted on YouTube a few years ago. He has released the schematics and encourages everyone to build his computer. What I am building is a version of that computer. In this article I will demonstrate the 8 bit computer ALU or Arithmetic Logic Unit which can add and subtract integer numbers.

Before we get started lets me link to Ben Eater’s website. On his website you can find schematics, a parts list, a kit, and also watch his videos as well. The website is here but enough of the acknowledgements lets get started.

8 Bit Computer Components

One of the the challenges that I found was getting a hold of the components that Ben had. He used TTL components which are really old tech and really hard to get a hold off, so I used CMOS technology. The main difference between what he had and what I have is that the outputs do not have resistors built in for the set I had, you can get a set with built in resistors though. The second difference is that CMOS technology uses far less current than TTL making it possible to drive from an Arduino power supply safely.

One mistake I made was buying 300tie point breadboards instead of 650. This means my breadboards are half the size, the reason I bought them was because I got an amazing deal on high quality breadboards and it was cheaper for me to buy enough to duplicate it. One issue I did have is that the breadboards don’t stay connected, which drives me crazy.

I bought my parts from element14 in Australia and the total cost was about AU$300, which was cheaper than buying from Ben especially with added shipping.

List of Parts

The list of parts is below. I bought mine from Element14 but you can easily get it cheaper of AliExpress but Caveat Emptor on those shopping sites. There have been a lot of stories about fake parts and the like.

Item #Qty. orderedPart #Description
130MCBB400.BREADBOARD, SOLDERLESS
25SN74HC00NQUAD 2-INPUT NAND
35SN74HC02NQUAD 2-INPUT NOR
45SN74HC08NQUAD 2-INPUT AND
55SN74HC32NQUAD 2-INPUT OR
65CD74HC107E LOGIC, DUAL JK
75SN74HC86N QUAD 2-INPUT XOR
85SN74HC138N DECODER/DEMUX
95SN74HC139NDECODER/DEMUX
105SN74HC157NQUAD DATA CONVERTER
115SN74HC161NCounter / Multiplier / Divider Logic IC
1220CD74HC173E, QUAD D-TYPE F-F
13471256SA20TPGSRAM
1415CD74HC245ELOGIC, OCT BUS
155CD74HC283E4BIT BINARY FULL ADDER
165CD74HC273E OCT D-TYP FLIP-FLOP
172AT28C64B-15PU EEPROM PARALLEL
185ADE0804SWITCH, DIL, 8WAY, SPS
1953362F-1-105LFPOT, TRIMMER
205CD74HC04E HEX INVERTER
211–Solid Core Wire
221–100 pc LED KIT
231–100pc Capacitor Kit
241–Resistors
251–Arduino Uno
List of parts for build

8 bit Computer ALU build

I didn’t make changes to Ben Eater’s design for the ALU I built as is, and moved around the LED placement a bit because I am using the small boards. Also not that my wiring is terrible and I bought the wrong size cables 22AWG is way to big, if I had another go I would use something like 18awg.

Here is a picture of the 8 bit Computer ALU, apart from the ALU it also contains the A and B registers that were part of the required build.

8 bit Computer ALU
8 bit Computer ALU

Does it Work?

To see if it works you’ll have to wait for an update so I get a YouTube video up to demonstrate it working!


Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Vishnu Unnikrishnan