The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: KcDan on December 18, 2005, 04:53:04 PM

Title: Floating Point
Post by: KcDan on December 18, 2005, 04:53:04 PM
How do I do floating point operations like dividing and multiplying in mASM?

Im trying to do something like this

mx=x/w*tw
Title: Re: Floating Point
Post by: MichaelW on December 18, 2005, 05:22:35 PM
There is a good floating-point tutorial on the MASM Forum web site:

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

Title: Re: Floating Point
Post by: KcDan on December 19, 2005, 01:48:55 AM
Thank you.