How do I do floating point operations like dividing and multiplying in mASM?
Im trying to do something like this
mx=x/w*tw
There is a good floating-point tutorial on the MASM Forum web site:
http://www.website.masmforum.com/tutorials/fptute/index.html
Thank you.