Fdivi
From Unofficial QEdit Wiki Guide
Revision as of 06:26, 29 April 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: fdivi register, float value
- register = Register containing a float value which will be divided by the float value, and store end result in.
- float value = Float value to divide by the float value of the register.
Use
Used to divide a float value by the float value of a register, and stores the result in the register used.
Example
100: fdivi R1, 1.40129846432482E-44 //Float value of register 1 divided by 1.40129846432482E-44 float value, and stores the result in register 1.
ret