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>fclex clear exceptions exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FCLEX             Clear Exceptions            Exception Flags: None

FCLEX

       Logic:      clear exception flags

     FCLEX clears all the exception flags, the busy flag, and bit 7 in the
     status word. (Bit 7 is the interrupt request flag in the 8087 and the
     error status flag in the 80287 and 80387.)

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FCLEX               2-8              3             FCLEX
  --------------------------------------------------------------------------

        Note:          The no-wait version of FCLEX is FNCLEX.

See Also: FNCLEX

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