Xref: news2.mv.net comp.os.msdos.djgpp:4310 From: snarfy AT goodnet DOT com Newsgroups: comp.os.msdos.djgpp Subject: Where can I get the pre-interrupt register values from within a DPMI interupt? Date: 28 May 1996 03:28:37 GMT Organization: GoodNet Lines: 10 Message-ID: <4odrt5$bo4@news1.goodnet.com> NNTP-Posting-Host: goodnet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp The subject pretty much says it all. Under a normal interrupt (no DPMI), eflags, cs, and eip are pushed onto the stack, and thats it. But under DPMI, everything is different and I'm having trouble deciphering the DPMI 0.9 specification. I'm generating hardware interrupts, and I need to save all of the pre-interrupt register values. Thanks. Josh snarfy AT goodnet DOT com