Slide 12
Slide 12 text
• When adding two signed positive numbers, if the
sign bit of the sum is set, an overflow has occurred
• When adding two negative numbers, if the sign bit of
the sum is not set, an overflow has occurred
Grokking Signed Overflows