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>fxam examine exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FXAM              Examine                     Exception Flags: None

FXAM

       Logic:      sets condition codes according to the value in ST

     FXAM causes the coprocessor to examine the value currently in ST. The
     condition codes are set as follows:

                C3 C2 C1 C0 Means
                -- -- -- -- -----
                0  0  0  0  +Unnormal
                0  0  0  1  +NAN
                0  0  1  0  -Unnormal
                0  0  1  1  -Unnormal
                0  1  0  0  +Normal
                0  1  0  1  +.
                0  1  1  0  -Normal
                0  1  1  1  -.
                1  0  0  0  +0
                1  0  0  1  Empty
                1  0  1  0  -0
                1  0  1  1  Empty
                1  1  0  0  +Denormal
                1  1  0  1  Empty
                1  1  1  0  -Denormal
                1  1  1  1  Empty

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FXAM                12-23            3             FXAM
  --------------------------------------------------------------------------

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