Faddi

From Unofficial QEdit Wiki Guide
Revision as of 01:21, 29 April 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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