Message-ID: <3262E12C.6720@gbrmpa.gov.au> Date: Tue, 15 Oct 1996 08:56:12 +0800 From: Leath Muller Reply-To: leathm AT gbrmpa DOT gov DOT au Organization: Great Barrier Reef Marine Park Authority MIME-Version: 1.0 To: Joonas W N Reynders CC: djgpp AT delorie DOT com Subject: Re: Directly calling bank switch function? References: <53j43r$dcq AT oravannahka DOT Helsinki DOT FI> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Joonas W N Reynders wrote: > > If I have a segment:offset (16:16) pointer to a function (this > case the bank switch function ptr returned by a VESA GetModeInfo function), > how can I call it directly? The bank switch interrup is too slow... If your using VBE 2.0, you can use the protected mode bank switching functions. These reside in protected mode memory, and should run as fast as any code in protected mode with the bonus of not having any real mode overhead. Leathal.