Message-Id: <199605210857.EAA17645@delorie.com> Date: Tue, 21 May 96 11:51:08 LIT From: Martynas Kunigelis Subject: Re: New handler for 08h To: jkillen AT tinuviel DOT cs DOT wcu DOT edu, DJGPP mailing list In-Reply-To: Your message of 19 May 1996 12:02:11 -0500 On 19 May 1996 12:02:11 -0500 you said: > >I need to write a new interrupt handler for 08h. Can anyone give me >information > on doing this in C > >or assembly? (Using djgpp or as) > >Thanks > >Jason Killen >jkillen AT tinuviel DOT cs DOT wcu DOT edu > Check x2ftp.oulu.fi:/pub/msdos/programming/djgpp2/mkkbd3.zip . It contains an assembly example of keyboard interrupt handler. I tried to make it as bug- free and clean as possible. Changing it to the timer handler should be mininum effort. Martynas