Difference between revisions of "Faddi"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
Line 4: | Line 4: | ||
* register = Register to add float value to, and store end result in. | * register = Register to add float value to, and store end result in. | ||
− | * float value = Float value which will be added to the float value of register | + | * float value = Float value which will be added to the float value of the register. |
==Use== | ==Use== |
Revision as of 01:18, 29 April 2013
Contents
Syntax
Syntax: faddi register, float value
- register = Register to add float value to, and store end result in.
- float value = Float value which will be added to the float value of the register.
Use
Used to add a float value to a register.
Example
100: faddi R1, 1.40129846432482E-44 //Adds 1.40129846432482E-44 float value to the float value of register 1, and stores the result in register 1.
ret