2's compliment makes an 8 bit unsigned number (0-255 range) into a 7 bit signed number (-127 to 127 range). The sign bit states if the number is positive or negative.Thanks for the replies.
Another question: In the ALU, why is two's complement better to represent signed numbers?
Isn't it from -128 to +127 ?? or am I wrong ?(-127 to 127 range)
Yes, but rounding to equal numbers simplifies things.Isn't it from -128 to +127 ?? or am I wrong ?