disable() Disable Interrupts
#include <dos.h>
void disable(void);
disable() is designed to provide flexible hardware interrupt control.
disable() disables interrupts. Only the NMI interrupt will still be
allowed from any external device.
Returns: There is no return value.
Notes: disable() is a macro.
Seealso: