Date: Wed, 29 Dec 1999 13:10:29 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: sl cc: djgpp AT delorie DOT com Subject: Re: VESA, DJGPP, calling far-functions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Dec 1999, sl wrote: > 1) Call this function which is accessible in real-mode (since its pointed to > by a far-pointer) > > 2) Control what values are in the registers right before I call this > function? You need to use library function __dpmi_simulate_real_mode_procedure_retf. See section 18.5 of the FAQ for more details about related issues.