From: alaric AT abwillms DOT demon DOT co DOT uk (Alaric B. Williams) Newsgroups: comp.os.msdos.djgpp Subject: Re: interrupts Date: Sat, 09 Nov 1996 22:46:40 GMT Lines: 37 Message-ID: <847579603.17047.4@abwillms.demon.co.uk> References: <01bbcc68$57f8aa40$c2835fcc AT servicom> NNTP-Posting-Host: abwillms.demon.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "Armando S. Ramos" wrote: >How can I manage interrupts in djgpp, >in C, I just declare the funtion as: >void interrupt myfuntion(..) >Please, help me. > Armando Hi there! If you're writing hardware interrupt handlers, you can use my libhw hardware interrupts library. Note: you'll need a patched version of the C compiler to make it work, due to a bug in GCC. Patched versions of DJGPP 2.00 and DJGPP 2.01 are both on my page (about 1.5 megs each), as well as libhw (a tiny zipfile), at: http://www.abwillms.demon.co.uk/prog/index.htm Enjoy! ABW -- "Simply drag your mother in law's cellphone number from the Address Book to the Laser Satellite icon, and the Targeting Wizard will locate her. Then follow the onscreen prompts for gigawattage and dispersion pattern..." (Windows for Early Warning and Defence User's manual P385) Alaric B. Williams Internet : alaric AT abwillms DOT demon DOT co DOT uk Hello :-)