Date: Mon, 15 Dec 1997 10:36:50 +0200 (IST) From: Eli Zaretskii To: djgpp AT delorie DOT com Subject: Re: How to write to far pointer directly In-Reply-To: <34945526.69706758@spam.me> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 14 Dec 1997, Ryan McGee wrote: > Is that faster or slower than using _farpokeb? There's a lot of controversy going on about this issue. From the limited experimenting that I did, I have never seen any significant slow-down when using farptr function like `_farpokeb' (assuming that tight loops use `_farnspokeb' after setting the selector with `_farsetsel'). I guess your mileage may vary if you have abnormally slow or abnormally fast SVGA; I tested on the garden variety system with SVGA sitting on a local bus.