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>fsubp subtract 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]
FSUBP             Subtract Real and Pop       Exception Flags: I D O U P

FSUBP destination, source

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

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

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

See Also: FADD FIADD

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