Hello,
I'm trying to convert a range of decimal numbers from 0 to 255.9928 to hexadecimal using the Signed Binary Decimal conversion (meaning that the first bit represents the sign of the number, the next 8 bits provides the integer, then the remaining 7 bits represents the fraction).
For example, my input of 255.9928 should product the hex value of 7FE3.
Any thoughts/suggestions?
Respectfully,
Talamon
Bookmarks