As the title says I’m trying to do the interrut chaining. What I’m looking for is that when the Timer Interrupt (IRQ 0) is called, and the interrupt handler (ISR) finishes it executes my code. I’m trying to do it on Assembly, C or any language that allows me to do that. I found an example on this page but it doesn’t work on TASM. Could you help me with this, or where I can find information about this? Thank you. 😀
Share
I’m not using it anymore, but just wanted to play again with probably the assembler I gave my first steps in assembly:
Tested under WinXP (32-bit):
But this of course is only valid for a DOS environment (DOSBox, Windows 32-bit versions, etc.) and with some tweaks for a bootloader at most.
Anyway, thanks for the beautiful time you just gave me reviving all this 😛