From: "Brian Smith" Newsgroups: comp.os.msdos.djgpp Subject: DOS fall calls. Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Mon, 17 Sep 2001 20:20:34 +0100 NNTP-Posting-Host: 62.252.101.36 X-Complaints-To: abuse AT virgin DOT net X-Trace: news2-win.server.ntlworld.com 1000754643 62.252.101.36 (Mon, 17 Sep 2001 20:24:03 BST) NNTP-Posting-Date: Mon, 17 Sep 2001 20:24:03 BST Organization: Virgin Net Usenet Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi. I have written and used a number of assembly langage programs that use 16 and 32bit graphics. In these I make a direct far call to a DOS address to execute video bank switching. Any one how I can make a fall call from a ASM function? Using the DOS int call is too slow. Many thanks. Brian.