1. Have you forgotten to set the h after the 33? (33h) - otherwise your program would exit because INT 21h and ax=0 starts an interrupt which ends your program. 2. Is your program called correctly? Have you either SHELL or CALL ABSOLUTE? 3. don't forget to set the lines PUSH BP - MOV BP, SP at the b...
Can anyone tell me how to install an interrupt routine?
It should be executed 10000 times per second. I know
how to include asm into my source, but i want to
execute it in the background.