The argument for twos-complement, which always puzzled me, is that the othersystems have two ways to represent zero. I never found this to be a problem,
not even for bitwise operations, on the B6700. I *did* find "abs x < 0"
succeeding to be a pain in the posterior. (The B6700 had two different tests:
'are these two numbers equal' and 'are these two bit patterns equal'.)