From: Golden Hawk Newsgroups: comp.os.msdos.djgpp Subject: Re: Interupts Date: Fri, 16 Apr 1999 16:27:53 -0400 Organization: Globalserve Communications Inc. Lines: 20 Message-ID: <37179D49.CD033D46@mail.globalserve.net> References: <9irR2.23005$134 DOT 240621 AT tor-nn1 DOT netcom DOT ca> NNTP-Posting-Host: dialin2387.toronto.globalserve.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: whisper.globalserve.net 924294727 8057 209.90.157.36 (16 Apr 1999 20:32:07 GMT) X-Complaints-To: abuse AT globalserve DOT net NNTP-Posting-Date: 16 Apr 1999 20:32:07 GMT X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There's some stuff on interrupt handleing on the DJGPP user's guide. http://www.delorie.com/djgpp/doc/ug/ John Carbrey wrote: > How would I be able to use interupts in djgpp. > > I realize that in other compilers you can declare a function as > > interupt function(); > > however with dj I don't seem to be able to. > > Does anyone know of any websites that adequatly cover interupt handeling as > I don't understand it at all. > > Yt, > > John Carbrey