Xref: news2.mv.net comp.os.msdos.djgpp:2451 From: gaghon AT nevada DOT edu (GEORGE GAGHON) Newsgroups: comp.os.msdos.djgpp Subject: DPMI_INT... Date: 4 Apr 1996 07:46:34 GMT Organization: University of Nevada System Computing Services Lines: 21 Message-ID: <4jvuoq$29s@news.nevada.edu> NNTP-Posting-Host: unauthenticated_user AT pioneer DOT nevada DOT edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Ok, thanks everyone for the help about Interrupts. But I still have one question about dpmi_int. Can you retreive registers after you make the call.. ex... __dpmi_regs regs; regs.x.ax = 0x0f00 __dpmi_int(0x10, ®s) w_mode = regs.x.ax <--- Will this work. Thanks, Vince PS, I have already checked the FAQ and info on DPMI in 'info'