First page Back Continue Last page Overview Graphics
Representing Negative Values
Addition and subtraction are accomplished the same way as in 10’s complement arithmetic
- -127 10000001
- + 1 00000001
- -126 10000010
Notice that with this representation, the leftmost bit in a negative number is always a 1.