- Jan 21, 2005
- 17,722
- 6
- 81
I'm trying to convert 0000 0000 0100 0000 to negative, and I am coming up with 0111 1011 1101 0111 0000. Is that right?
I know you have to take the orignal, flip the bits, then add one, like this:
0000 0000 0100 0000
1111 1111 1011 1111
0000 0000 0000 0001
and i came up with 0111 1011 1101 0111 0000. Could someone double check this for me? I have another one I might have a question on, too.
I know you have to take the orignal, flip the bits, then add one, like this:
0000 0000 0100 0000
1111 1111 1011 1111
0000 0000 0000 0001
and i came up with 0111 1011 1101 0111 0000. Could someone double check this for me? I have another one I might have a question on, too.