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>faddp add real and pop exception flags: i d o u p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FADDP             Add Real and Pop            Exception Flags: I D O U P

FADDP destination, source

       Logic:      ST(i) . ST(i) + ST
                   pop stack

     FADDP adds two operands. It takes the source operand from ST, and the
     destination operand must be part of the stack, ST(i). It adds the two
     numbers, puts the result in the indicated ST(i) register, and then pops
     the stack.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FADDP reg, reg      75-105           3             FADDP ST(1), ST
  --------------------------------------------------------------------------

See Also: FADD FIADD

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