Xref: news2.mv.net comp.os.msdos.djgpp:6740 From: is82006 AT cis DOT nctu DOT edu DOT tw (Dreaming?) Newsgroups: comp.os.msdos.djgpp Subject: Interrupt function INTxxx return problem Date: 2 Aug 1996 13:13:19 GMT Organization: Dept. of Computer & Information Science, NCTU, Taiwan Lines: 8 Message-ID: <4tsutf$5pd@news.cis.nctu.edu.tw> NNTP-Posting-Host: is82006 AT cissun51 DOT cis DOT nctu DOT edu DOT tw To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Are there any interrupt functions that return ES register value ??? int86x(REGS in,REGS out,SREGS s) function cannot work, but I need the ES register value in real mode. How can I do? Thanks... --