Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_enable() enables interrupts</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _enable()               Enables interrupts

 #include   <dos.h>

  void _enable(void);

    _enable() enables interrupts using the 8086 STI (set interrupt flag)
    machine instruction.

      Notes:    _enable() is used to turn interrupts back on after they
                were previously turned off with _disable(). When
                _enable() is called, any interrupts that were received
                and saved while interrupt processing was turned off are
                then processed.

   Portability:     MS-DOS only, version 1.0 or higher


See Also: _disable()

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