Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!news.osn.de!diablo2.news.osn.de!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Newsgroups: comp.lang.forth Subject: Re: jonesforth: taking up the challenge References: <51ae2e6d$0$26867$e4fe514c@dreader37.news.xs4all.nl> <51b8831b$0$6073$e4fe514c@dreader36.news.xs4all.nl> <51b92307$0$6339$e4fe514c@dreader35.news.xs4all.nl> From: Lars Brinkhoff Organization: nocrew Date: Thu, 13 Jun 2013 08:55:05 +0200 Message-ID: <85obbazeie.fsf@junk.nocrew.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:WxNnwkV+5B5kAS/AfY/P+h6+2Kc= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Lines: 16 NNTP-Posting-Host: 85.229.87.73 X-Trace: news.sunsite.dk DXC=lU7k;l1<]ZKKJ1ZiZQ]7SLYSB=nbEKnkKTB9ZjHPY?CC@ON7A^J=91E:[KId_d;k;OecS2QjHQi^GHL>PhDc7DbEA@RQ[nH6m7O X-Complaints-To: staff@sunsite.dk Xref: csiph.com comp.lang.forth:23524 Albert van der Horst wrote: > Care to name a few processors besides Intel's that use > dst,src > order of operands? Entertaining question! I did a quick survey just now. Most assemblers for RISC(-like) processors that I checked put the destination first. The exception is store instructions, which usually have the source register first, and the destination last. These conform to this convention: PDP-10, MIPS, ARM, PowerPC, Alpha. On the other hand, these consistently use src,dst (even in load/store instructions): PDP-11 (MACRO-11), VAX (MACRO-32), M68000 (Motorola syntax), SPARC.