From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Message-Id: <199903251226.NAA27204@juno.erisoft.se> Subject: Re: djasm shift semi bug + proposal To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Thu, 25 Mar 1999 13:26:55 +0100 (MET) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com How long is a long? 32 I suppose. "shll" <-> shift a long to the left. "shlll" <-> shift a long long (64 bits) to the left. "shrl" and "shrll" same but to the right. ? MartinS