top of page
8-Bit ALU
Project Description
The 8-Bit ALU (arithmetic logic unit) can currently perform addition and subtraction of two 8-bit numbers stored in the memory registers. The ALU is part of a bigger project inspired by Ben Eater (youtuber) to create a simple working computer on a breadboard. Currently, there are three parts: a potentiometer adjustable clock module, two 8-bit registers, and the ALU. Future additions include the RAM module and the CPU.
![IMG_9623.jpeg](https://static.wixstatic.com/media/556040_97a81e9b208d472ab0f720d5b0954874~mv2.jpeg/v1/crop/x_4,y_0,w_2807,h_2817/fill/w_288,h_289,al_c,q_80,usm_0.66_1.00_0.01,enc_avif,quality_auto/IMG_9623.jpeg)
Methods
-
Built a potentiometer controlled clock module on a breadboard using 555 IC chips, taking advantage of capacitor charge and discharge cycles
-
Used D registers to create two 8-bit memory modules for the computer
-
Wired signals to a binary adder IC chip including carry in and carry out signals to create the working ALU
bottom of page