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>fdisi disable interrupts exception flags: none</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FDISI             Disable Interrupts          Exception Flags: None

FDISI

       Logic:      Interrupt Enable Mask . 1

     FDISI disables interrupts in the 8087 only. It sets the Interrupt Enable
     Mask (IEM) in the control word, which prevents the 8087 from issuing
     interrupt requests. If WAIT is decoded with pending exceptions, the 8087
     produces an input (whether masked or not).

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

        Note:          The opposite instruction is FENI. The no-wait
                       version of FDISI is FNDISI.

See Also: FNDISI FENI

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