INTERRUPT
HANDLER
ROUTINES
IHINIT
59093 E6D5
Initialize the interrupt handlers.
PIRQ
59123 E6F3
Jump to the main IRQ handler routine through VIMIRQ (534,535). Unless you've changed it, VIMIRQ points to SYIRQ.
SYIRQ
59126 E6F6
This is the system's IRQ handler routine.
PNMI
59316 E7B4
This is the system's NMI handler routine.
Return to Table of Contents | Previous Chapter | Next Chapter