Difference between revisions of "Faddi"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:red'>faddi </span>register, float value</span>
 
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:red'>faddi </span>register, float value</span>
  
* 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 1.
+
* ''float value'' = Float value which will be added to the float value of the register.
  
 
==Use==
 
==Use==

Latest revision as of 01:21, 29 April 2013

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 

Also see

ret