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

SUBRP destination, source

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

     FSUBRP acts like FSUBP, except that it reverses the order of the
     operands. This instruction subtracts ST(i) from ST, leaves the
     result in ST(i), and pops the stack.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FSUBR ST(i), ST     75-105           3             FSUBR ST(1),ST
  --------------------------------------------------------------------------

See Also: FISUB FSUB FSUBR FSUBP

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