2 ; IRQ handling (C64 version)
5 .export initirq, doneirq
10 ; ------------------------------------------------------------------------
23 ; ------------------------------------------------------------------------
36 ; ------------------------------------------------------------------------
42 jsr callirq ; Call the functions
43 jmp IRQInd ; Jump to the saved IRQ vector
45 ; ------------------------------------------------------------------------