You must login before you can post a comment.
Author: SapereCircuit
Forked from: SapereCircuit/ALU_v2
Project access type: Public
Description:
A simple adder that adds two 4-bit integers and returns the result on a hex display.
It also keeps track of the flags.
It can also subtract if the ADD/SUB is 1
ADD/SUB = 0 => add
ADD/SUB = 1 => sub
Created: Dec 27, 2022
Updated: Aug 27, 2023
Comments