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

DIVRP  destination register, ST

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

     FDIVRP is like FDIVR, except that it also pops the stack. It divides
     ST by destination, and stores the result in destination. It
     always takes the source operand from ST; destination must be another
     ST(i) register.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FDIVRP ST(i),ST     198-200          3             FDIVRP ST(1),ST
  --------------------------------------------------------------------------

See Also: FDIV FDIVP FDIVR FIDIV

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