Laboratory Assignment 3

 

On project 1, you created a 4 bit adder.  Now, we will extend that into a mini-ALU.  This ALU will only do addition and subtraction.  This circuit will take 9 inputs.  4 inputs are for the first operand, the next four inputs are for the second operand.  The last input indicates whether you will add or subtract, 0 for add, 1 for subtract.