All computer processors have a very important component known as the Arithmetic Logic Unit (ALU). This component allows the computer to do, as the name suggests, arithmetic and logical operations. For this project, I am going to build an ALU of my own.
Objectives:
- To understand digital logic
- To use logic gates to perform various operations
- To learn how to use sub-circuits
For this project I:
- Create a 1-bit full adder
- Create a 4-bit full adder using the 1-bit full adder
- Use my 4-bit full adder and other components to construct a 4-bit ALU
- Create a 16-bit ALU
Built With
- assembly

Log in or sign up for Devpost to join the conversation.