|
Cheap formula for twos compliment binary: 256 + x , where256 is 2 raised to the number of bits(8 here), and x is the NEGATIVE number to be converted. I used this in a comp sci class once and it worked great.
Last edited by redbeard0531 : 22-01-2003 at 08:09.
|