Int 59 - Ti Professional Pc - Common Rom Hardware Interrupt Exit Vector [b]
Desc: all hardware interrupts on the TI Pro jump indirectly to the handler
pointed at by this interrupt vector to finish their handling of
the hardware interrupt
Notes: the default handler decrements the interrupt count, restores registers
(including the stack pointer), sends an EOI to the interrupt
controller, and finally does an IRET
can be used by multitaskers which need to get control after every
hardware interrupt
See Also: INT 40"TI Professional",INT 47"TI Professional"
See Also: INT 53"TI Professional"