Hi,

i'm writing a program that adds 2 4bit numbers and check if there is an overflow.


let's say i have A and B and each of them is 4 bits

i know if they have different signs, i wouldn't have overflow

my question is that how can i check for overflow after adding the A and B

Thanks