From: "Ken Jenkins" Newsgroups: comp.os.msdos.djgpp Subject: How do you know? Lines: 7 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: Date: Mon, 17 Mar 2003 15:40:05 GMT NNTP-Posting-Host: 68.64.172.34 X-Complaints-To: abuse AT adelphia DOT net X-Trace: news1.news.adelphia.net 1047915605 68.64.172.34 (Mon, 17 Mar 2003 10:40:05 EST) NNTP-Posting-Date: Mon, 17 Mar 2003 10:40:05 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How do you tell a real mode assembly function call from a protected mode one? Because the project I am working on calls for mouse input as well as the string output function you have helped me with. The mouse input functions have been coded in extended DJGPP assembly and they work. So I know they are not real mode assembly function calls. So how do you tell?