Interrups | Categories | Contents |
Desc: Generated by the CPU when the input to the NMI pin is asserted
Notes: Return address points to start of interrupted instruction on 80286+. On the 80286+, further NMIs are disabled until the next IRET instruction, but one additional NMI is remembered by the hardware and will be serviced after the IRET instruction reenables NMIs. Maskable interrupts may interrupt the NMI handler if interrupts are enabled. Although the Intel documentation states that this interrupt is typically used for power-failure procedures, it has many other uses on IBM-compatible machines:
Memory parity error:
All except Jr, CONV, and some machines without memory parity Breakout switch on hardware debuggersCoprocessor interrupt:
All except Jr and CONVKeyboard interrupt:
Jr, CONVI/O channel check:
CONV, PS50+Disk-controller power-on request:
CONVSystem suspend:
CONVReal-time clock:
CONVSystem watch-dog timer, time-out interrupt:
PS50+DMA timer time-out interrupt:
PS50+Low battery:
HP 95LXModule pulled:
HP 95LX
Category: Hardware - Int 02h - E
Interrups | Categories | Contents |