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

SUBR [[destination,] source]

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

     FSUBR acts like FSUB, except that it reverses the order of the operands.
     In the no operands form, ST(1) and ST are the implied operands. ST(1) is
     subtracted from ST, the result is placed in ST(1), and the stack is
     popped.

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

        Note:          In the FSUBR destination, source form, ST must
                       be one of the operands.

See Also: FISUB FSUB FSUBP

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