Mail Archives: djgpp/1996/10/09/03:50:14
Mike McDonald <kelek AT engin DOT umich DOT edu> wrote (Subject: Urgent Question:
Interrupt handling):-
> Am I missing something about programming interrupt handlers under djgpp? I
> need to finish this handler ASAP. Could anyone post or e-mail me some sample
> code for setting up a rudimentary interrupt handler?
Here be dragons. If the game/etc program aborts or crashes or exits, leaving
the interrupt vector entry pointing to where the program was, the interrupt
will after that always crash, until you reboot. What is needed is an easy way
for a user to write a TSR and then activate and deactivate it at will.
- Raw text -