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

FNENI

       Logic:      Interrupt Enable Mask . 0

     FNENI is the no-wait form of FENI. It allows the 8087 only to generate
     interrupt requests by clearing the Interrupt Enable Mask in the control
     word.

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

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

        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