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>fisubr integer subtract reversed exception flags: i d o p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FISUBR            Integer Subtract Reversed   Exception Flags: I D O P

FISUBR memory operand

       Logic:      ST . memory operand - ST

     FISUBR subtracts two integers (memory operand - ST) and leaves the
     result in the stack top. The memory operand must be a word or short
     integer. The destination implied in the instruction is ST.

     This instruction is the reversed form of FISUB, which subtracts memory
     operand from ST (ST - memory operand).

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FISUBR              103-144+EA       5             FISUBR INTEGER5
  --------------------------------------------------------------------------

See Also: FSUB FISUB

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