I want to convert IEEE-754 floating point number to Dec, but the problem is that I did not find any algorithms , only some realizations or by-hand. I know how to do it by hand on the paper, but I wonder if there may be some tricky algorithms (there are quite a lot of them for multiplications or division, but I found no float-to-dec).
I want to implement this on masm assembly, not on high-level programming languages, so their realizations with a lot of standard libraries are not clear for me.
Thank you!