Xref: news-dnh.mv.net comp.os.msdos.djgpp:1601 Path: news-dnh.mv.net!mv!news.sprintlink.net!newsfeed.internetmci.com!europa.chnt.gtegsc.com!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: v2.interrupts.example Date: Wed, 16 Aug 1995 13:45:24 CDT Organization: Rice University, Houston, Texas Lines: 6 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > Can someone please put an example of using __dpmi_set_interrupt.... This is a low level routine that expects all registers to be saved, no selectors to be set up, and an IRET, so you can't use it to set a C routine (only GAS type code will work). Use the _go32* type routine for this functionality.