From: "sl" Newsgroups: comp.os.msdos.djgpp Subject: real-mode functions Date: Fri, 07 Jan 2000 07:20:20 -0500 (EST) Organization: Posted via Supernews, http://www.supernews.com Lines: 11 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: PMINews 2.00.1205 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, DJGPP provides a couple of functions to handle calling of real-mode functions, unfortunately I am somehow suppose to know if the real-mode function terminates with a 'iret' or something else. All I know is that this is a function somewhere in memory with a 'far ptr' to it.. How am I suppose to know which functions to pick? Gili