Difference between revisions of "Fmuli"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
(No difference)
|
Latest revision as of 01:50, 29 April 2013
Contents
Syntax
Syntax: fmuli register, float value
- register = Register containing a float value which will be multiplied by the float value, and store end result in.
- float value = Float value to be multiplied to the float value of the register.
Use
Used to multiply a register by a float value, and stores the result in the register used.
Example
100: fmuli R1, 1.40129846432482E-44 //Float value of register 1 multiplied by 1.40129846432482E-44 float value, and stores the result in register 1.
ret