Date: Tue, 30 May 1995 08:40:07 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu, schwerdt AT physics DOT ubc DOT ca Subject: Re: djgpp > Everything works fine up to using > void interrupt *ISR(); > Do you have a construct to handle isr's? > I couldn't find it in the docs. Interrupt routines in DJGPP are syntactically very different from Borland. Read the DJGPP FAQ list (available as faq101.zip from the same place you got DJGPP), Chapter 18 to find out how you should go about this.