From: "A.Appleyard" Organization: Materials Science Centre To: djgpp AT delorie DOT com Date: Wed, 9 Oct 1996 08:41:19 GMT Subject: Re: Urgent Question: Interrupt handling Message-ID: <78848518AA@fs2.mt.umist.ac.uk> Mike McDonald 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.