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

FDIVP destination, ST

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

     This instruction is similar to FDIV. It divides a register, ST(i), by ST
     and places the result in ST(i). It then pops the stack. The source must
     be ST and destination can be any ST(i) element.

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

        Note:          FDIV without any operands is like FDIV ST(1), ST.

See Also: FDIV FDIVR FIDIV

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