Date: Thu, 9 Nov 1995 19:01:59 +0200 (IST) From: Eli Zaretskii To: Jeremy William Yackel Cc: djgpp mailing list Subject: Re: Assembler On Thu, 9 Nov 1995, Jeremy William Yackel wrote: > Is there a C function that access interrupts? (I haven't looked in the > docs for those yet). Use _go32_dpmi_simulate_int(). It is described in the C library docs. The DJGPP FAQ list (faq102.zip from the same place you get DJGPP) discusses its usage; you'd be far better off if you read it first.