Date: Mon, 20 May 1996 07:01:16 +0200 (IST) From: Eli Zaretskii To: snarfy AT goodnet DOT com Cc: djgpp AT delorie DOT com Subject: Re: flat memory model question. In-Reply-To: <4no79i$3pc@news1.goodnet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 19 May 1996 snarfy AT goodnet DOT com wrote: > Under a flat memory model such as djgpp, can I assume that > cs = ss = ds = es? Thanks There is nothing in the flat memory model that suggests this, and in fact in DJGPP the segment registers' values are NOT the same. DS = SS most of the time, but even that is not always true.