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>fndisi disable interrupts (8087, no-wait) exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FNDISI      Disable Interrupts (8087, No-wait)    Exception Flags: None

FNDISI

       Logic:      Interrupt Enable Mask . 1

     FNDISI is the no-wait form of FDISI. It sets the Interrupt Enable
     Mask in the control word, which prevents the 8087 from issuing
     interrupt requests.

     This instruction disables interrupts in the 8087 only. It is
     recognized but ignored in later coprocessors.

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

        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: FDISI FENI

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