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>fmulp multiply 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]
FMULP             Multiply Real and Pop       Exception Flags: I D O U P

FMULP destination register, ST

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

     FMULP multiplies two real numbers and then pops the stack. It takes the
     source operand from ST. The destination must be a stack register, ST(i).
     FMULP multiplies the two operands, returns the result to ST(i), and then
     pops the stack.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FMULP ST(i),ST      94-148           3             FMULP ST,ST(1)
  --------------------------------------------------------------------------

See Also: FMUL FIMUL

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