Xref: news2.mv.net comp.os.msdos.djgpp:3958 From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Timer interrupts Date: Thu, 16 May 1996 10:56:23 +0100 Organization: The University of York, UK Lines: 13 Message-ID: NNTP-Posting-Host: tower.york.ac.uk Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <319a58f0.19844446@nntp.intex.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > Does anyone know where I could find some sample code on how to write > and hook Timer interrupts with djgpp v2? ftp://x2ftp.oulu.fi/pub/msdos/programming/djgpp2/alleg20.zip. Look in timer.c, irq.c, and irq_wrap.s. /* * Shawn Hargreaves. Why is 'phonetic' spelt with a ph? * Check out Allegro and FED on http://www.york.ac.uk/~slh100/ */