A Subtractor
What is subtraction? A - B = A + (-B)
How do you take the negative of a number? Depends on the sign representation (signed magnitude, 1s complement, 2s complement). Lets assume 2’s complement since it is most common).
A - B = A + (-B) = A + B’ + 1