Date: Mon, 9 Aug 1999 09:33:17 +0100 (GMT Daylight Time) From: "Goldberg,Neil R." To: Eli Zaretskii cc: djgpp AT delorie DOT com Subject: Re: 0xA000 plot pixels questions in 13h mode In-Reply-To: Message-ID: X-X-Sender: ngoldber AT mailsrv2 DOT mitre DOT org 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 Sun, 8 Aug 1999, Eli Zaretskii wrote: > > On Thu, 5 Aug 1999, Neil Goldberg wrote: > > > Yes, _dos_ds is good for all _far* accesses. What I usually do is assign > > it to a local variable... it's a function call that can be avoided. > > What function call overhead did you have in mind? `_dos_ds' is a > variable, not a function. (Actually, it's a macro, defined by > , because the real name of the variable is too long to > type...) > My bad. I was confusing _dos_ds with _my_ds(). moogla