stillLearning666
Programmer
I've been studying hard "the art of assembly language", and I can't quite grasp the concept of signed numbers. Can someone point me to a good document or manual that I can use to figure this out? I need another angle.
For example, the eight bit two's comlement value for "-64" is supposed to be "0C0"hex. And the 16bit equivalent would be "0FFC0"hex. I can't figure out how "-64" equates those results. I've got no problem figuring out the positive value of "64", but I'm stumped with the negative part. Any help would be greatly appreciated.
thanks,
stillLearning666
For example, the eight bit two's comlement value for "-64" is supposed to be "0C0"hex. And the 16bit equivalent would be "0FFC0"hex. I can't figure out how "-64" equates those results. I've got no problem figuring out the positive value of "64", but I'm stumped with the negative part. Any help would be greatly appreciated.
thanks,
stillLearning666