News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Floating Point

Started by KcDan, December 18, 2005, 04:53:04 PM

Previous topic - Next topic

KcDan

How do I do floating point operations like dividing and multiplying in mASM?

Im trying to do something like this

mx=x/w*tw

MichaelW

There is a good floating-point tutorial on the MASM Forum web site:

http://www.website.masmforum.com/tutorials/fptute/index.html

eschew obfuscation

KcDan