Date: Sun, 16 Nov 1997 13:35:42 +0200 (IST) From: Eli Zaretskii To: "Gurunandan R. Bhat" cc: Johan Levin , djgpp AT delorie DOT com Subject: Re: GAS segment override In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 12 Nov 1997, Gurunandan R. Bhat wrote: > I am not very sure of this but I suspect that the trailing : is the > culprit. In gas you give a segment override by just writing a cs, for > example: > > cs > movw ___djgpp_ds_alias, %ds Please note that AFIK, using segment overrides with Gas is dangerous, as the DJGPP FAQ explains in section 17.2. If the latest versions of Gas don't have this problem, please tell me and I will amend the FAQ. But please make *very* sure that the problem was fixed, because it can produxe very nasty bugs.