From: "lou smith" <9813152 AT fharga DOT sun DOT ac DOT za>
Organization: Stellenbosch University
To: djgpp AT delorie DOT com
Date: Wed, 15 Apr 1998 16:33:20 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: segment overrides
Message-ID: <28A3AF71AD2@fharga.sun.ac.za>
Precedence: bulk

hi

i dont quite understand how segment overrides work..
does one have call ".byte 0x64" before EVERY SINGLE memory access..
Does that mean a instruction like  "rep
						stosl"
is impossible - because each of those stores should have been 
preceded by a "byte 0x64" bytecode -- requiring an explicit  ecx-type 
loop ???

sorry if this is a lame question.
thanks anyway..
	lou smith