Arithmetic, ii For unsigned, 2's complement addition: If carry_out = carry_into_bit_7 then result is correct. If carry_out \= carry_into_bit_7 then set overflow flag. for both cases Carry flag = carry out Overflow flag = carry_out xor carry_into_bit_7