Date: Sun, 29 Dec 1996 09:29:35 +0200 (IST) From: Eli Zaretskii To: "Tony O'Bryan" cc: djgpp AT delorie DOT com Subject: Re: Calling real mode far procedures In-Reply-To: <32c563f9.7993249@ursa.smsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 28 Dec 1996, Tony O'Bryan wrote: > I want to directly call the video bank swapping interrupt (INT 0x10, > AX = 0x4f05) rather than using an interrupt call. Can this be done, > or do I have to go through the interrupt call using __dpmi_int()? Why would you need to avoid calling `__dpmi_int'? It doesn't add any significant overhead to the calls.