Facts of Finite Representation
When combining two numbers produces a result larger than can be represented in the available space, an overflow occurs
Overflow is not always bad, but it must be reportable
Overflow is impossible when ...
- adding numbers with opposite signs because the result is numerically between the operands
- subtracting numbers with like signs, since the “addition” rule applies once B is negated