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>ftst test for zero exception flags: i d</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FTST              Test for Zero               Exception Flags: I D

FTST

       Logic:      ST . ST - 0.0

     FTST compares ST to 0.0. The result of the floating-point comparison is
     left in the condition codes:

                        C3 C0 Means
                        -- -- -----
                        0  0  ST > 0
                        0  1  ST < 0
                        1  0  ST = . 0
                        1  1  ST is not comparable

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FTST                38-48            3             FTST
  --------------------------------------------------------------------------

See Also: FCOM FICOM

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