Date: Mon, 23 Feb 1998 19:04:57 -0800 (PST) Message-Id: <199802240304.TAA28131@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "Chris Mulder" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: ISR's with DJGPP ? Precedence: bulk At 08:42 2/23/1998 GMT, Chris Mulder wrote: >I want to write a ISR with DJGPP and set a dos/bios vector to call it >instead of the default. I MS C the routine was decalred with _interupt, >what is this in DJGPP - is it possible, PLEASE help a mere mortal Since DJGPP programs run in protected mode, making an interrupt handler is not so easy as just using a magic keyword. However, it is possible. Read FAQ section 18.8. >[html] Please try to keep your mailer from including an HTML copy of your message. Nate Eldredge eldredge AT ap DOT net