How would i go about finding the value of the two-byte two’s complement value 0xFF72 is"?
- Would i start by converting 0xFF72 to binary?
- reverse the bits.
- add 1 in binary notation. // lost here.
- write decimal.
I just dont know..
Also,
What about an 8 byte double that has the value: 0x7FF8000000000000. Its value as a floating point?