Convert Hex Integer to 32 bit Float (ASM)
#3
If you want a crack at this to put in negative values, you need to subtract FROM the bias (instead of adding to it). Then you need implement adding in the sign bit (bit 0 being the value 1) to the final result. This may cause some shifting issues that will need to be adjusted.
Reply


Messages In This Thread
RE: Convert Hex Integer to 32 bit Float (ASM) - by Vega - 08-22-2019, 09:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)