Int 59

Prev Next Ralf Interrups Categories Contents

------

TI Professional PC - COMMON ROM HARDWARE INTERRUPT EXIT VECTOR

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"

Category: Vendor-specific BIOS Extensions - Int 59h - T

------

Prev Next Ralf Interrups Categories Contents