Twos Complement Comments
Twos complement is the method of choice for representing signed integers.
It has none of the drawbacks of Signed Magnitude or Ones Complement.There is only one zero, and K + (-K) = 0. -5 + 5 = $ FB + $ 05 = $00 = 0 !!! Normal binary addition is used for adding numbers that represent twos complement integers.