Say I do A - B where: A = 1010, and B: 0101. I did the A2 complement of B and its 1011. So then I should do 1010 + 1011, but when I do this the result is 10101 (a 5 bit number).