Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>fadd add real exception flags: i d o u p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FADD              Add Real                    Exception Flags: I D O U P

FADD [[destination,] source]

       Logic:      ST(1) . ST(1) + ST, pop stack     (no operands)
                   ST . ST + memory                  (source only)
                   ST . ST + ST(i)                   (destination, source)

     FADD adds two real numbers and leaves the result in the stack top. If you
     specify both destination and source, one must be ST. If you specify only
     one operand, it must be a memory real. The no-operand form of this
     instruction adds ST(1) and ST and places the result in ST(1), then pops
     the stack.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FADD                70-100           3             FADD
   FADD MEMORY_REAL    90-125+EA        5             FADD REAL_NUMBER
   FADD ST, ST(i)      75-105           3             FADD ST,ST(1)
  --------------------------------------------------------------------------

See Also: FIADD

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson