Date: Thu, 25 Sep 1997 11:26:43 +0200 (IST) From: Eli Zaretskii To: Larry Swanson cc: djgpp AT delorie DOT com Subject: Re: NASM + DJGPP newbie problem In-Reply-To: <341FD2A0.54CC1C76@mwci.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 17 Sep 1997, Larry Swanson wrote: > My question is, what are fs and gs? can I put a selector for the LFB > there and leave it there or does DJGPP use it for anything? Several functions in DJGPP's library use GS. FS is not used by the library, but if you call the so-called farptr functions, they use the FS register.