Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - <b>fisub integer subtract exceptions: i d o p</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FISUB           Integer subtract                     Exceptions: I D O P
FISUBR          Integer subtract reversed            C3 C2 C1 C0: ? ? ? ?

FISUB source
FISUBR source

                ; FISUB                 ; FISUBR
        Logic   ST . ST - source        ST . source - ST

    FISUB subtracts a word or short-integer source in memory from ST
    and returns the difference in ST.

    FISUBR subtracts ST from a word or short-integer source in memory
    and returns the difference in ST.


    Opcode      Format
    DA /4       FISUB m32
    DE /4       FISUB m16
    DA /5       FISUBR m32
    DE /5       FISUBR m16


    Timing
    Variations/
    operand       8087         287        387      486     Pentium
    fisub  m16   (102-137)+EA 102-137     71-85    20-35    7/4     NP
    fisubr m32   (108-143)+EA 108-143     57-82    19-32    7/4     NP

See Also: FSUB FIADD

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