Date: Sun, 8 Aug 1999 14:37:07 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Neil Goldberg cc: djgpp AT delorie DOT com Subject: Re: 0xA000 plot pixels questions in 13h mode 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 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...)