Reputation: 399
In binary addition of two signed integers if the carry in and out of the MSB column doesn't match then there is a signed overflow.
What is the logic behind this rule. Why carry in and carry out should match to get the correct result. Please Explain.
Upvotes: 3
Views: 3914
Reputation: 58762
Obviously two cases for a mismatch:
Upvotes: 5