X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Sun, 4 Mar 2001 08:19:53 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Cc: Bill Currie , Eli Zaretskii Subject: Re: djasm patch #5 Message-ID: <20010304081953.A11743@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com, Bill Currie , Eli Zaretskii References: <20010301154709 DOT B8889 AT kendall DOT sfbr DOT org> <2593-Fri02Mar2001121352+0200-eliz AT is DOT elta DOT co DOT il> <20010302082021 DOT C9404 AT kendall DOT sfbr DOT org> <200103030244 DOT VAA31634 AT envy DOT delorie DOT com> <20010303143222 DOT A11337 AT kendall DOT sfbr DOT org> <2110-Sun04Mar2001001905+0200-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <2110-Sun04Mar2001001905+0200-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Sun, Mar 04, 2001 at 12:19:06AM +0200 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk -: > sh[lr]d reg16, reg16, const -: > sh[lr]d reg16, reg16, reg8 -: > sh[lr]d reg32, reg32, const -: > sh[lr]d reg32, reg32, reg8 -: > -: > (This is only half of the available double-precision shifts, -: > but these are the only ones you implemented.) -: -: Are you saying that djasm with sh[lr]d support was never distributed -: or made available via CVS? If so, there's no need to provide any -: back-compatibility options. AFAICT the above 4 double-precision shifts, using sh[lr]d mnemonics, have indeed been available in the official djasm for some time (since whenever Bill provided DJ with the patch for them). So it is possible that someone, somewhere, used one of these instructions. OTOH, djasm documentation has been minimal, and the only way to know what instructions djasm supported (and what the mnemonics were) was to inspect djasm.y, or look at djasm programs. So I'd be surprised if anyone other than Bill or DJ even knew these instructions were available, let alone made use of them in an application.