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 1ADD/SUB = 0 => addADD/SUB = 1 => sub