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

FNCLEX

       Logic:      clears exception flags

     FNCLEX is the no-wait form of FCLEX. It 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
   FNCLEX              2-8              3             FNCLEX
  --------------------------------------------------------------------------

        Note:          You should use this no-wait form of the instrcution
                       only when there is a danger of generating an infinite
                       wait condition.

See Also: FCLEX

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