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

FIDIVR memory operand

       Logic:      ST . memory operand/ST

     FIDIVR is an integer divide reversed instruction. It divides memory
     operand by the destination, which is always ST, and stores the result
     in ST. The source can be either a word integer or a short integer. It is
     the reversed form of FIDIV, which divides the destination by the source.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FIDIVR memory_op    216-231+EA       5             FIDIVR INT_NUMBER
  --------------------------------------------------------------------------

See Also: FDIV FIDIV

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