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

FIDIV memory operand

       Logic:      ST . ST/memory operand

     FIDIV is an integer division instruction. It divides the destination,
     which is always ST, by source and stores the result in ST. The
     source can be either a word integer or a short integer.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FIDIV memory_op     224-243+EA       5             FIDIV INT_NUMBER
  --------------------------------------------------------------------------

See Also: FDIV FDIVR

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