Radix Complement Arithmetic (7)
When numbers are represented using two’s complement number system:
- Addition: Add two numbers.
- Subtraction: Add two’s complement of the subtrahend to the minuend.
- Carry bit is discarded, and overflow is detected as shown above.
- Radix complement arithmetic can be used for any radix.