tags:
- digital-systems-lab
- school
- bsu
- fall-2024
- ece-230l
source: https://github.com/BSUECE230L/week-06-compliments-to-the-tows-nathaniel-and-bayleigh/tree/main
created: 2024-09-24
What is the unavoidable problem with 2's complement arithmetic?
The unavoidable problem with 2's complement arithmetic is that it is impossible to negate the most negative number and get its positive value.
How do you convert a number into its 2's complement form?
You convert a number into its 2's complement form by converting it into its 1's complement form and adding 1 to the LSB using a ripple carry adder.