Re: mnemonics (was: Who owns computer languages?)

adrian@dcs.rhbnc.ac.uk (A Johnstone)
13 Nov 1997 23:37:59 -0500

          From comp.compilers

Related articles
Who owns computer languages? evans@connectnet.com (Todd Evans) (1997-11-07)
Re: Who owns computer languages? gnb@itga.com.au (Gregory Bond) (1997-11-11)
Re: mnemonics (was: Who owns computer languages?) adrian@dcs.rhbnc.ac.uk (1997-11-13)
| List of all articles for this month |

From: adrian@dcs.rhbnc.ac.uk (A Johnstone)
Newsgroups: comp.compilers
Date: 13 Nov 1997 23:37:59 -0500
Organization: Royal Holloway, University of London
References: 97-11-043 97-11-057
Keywords: assembler, comment

A probably-ignorable observation:


Gregory Bond (gnb@itga.com.au) wrote:
: Intel
: MOV src, dst
: became the Zilog
: LD dst, src




I've always hated MOV as a mnemonic, even though I love PDP-11's where I first
used it. The data doesn't move, it is _copied_ so that after the instruction
the dst contains a copy of the src. Whenever I design a new processor I use
CPY dst,src for this operation.


                                                  Adrian


--
Dr Adrian Johnstone, Senior Lecturer in Computing, Computer Science Dep,
Royal Holloway, University of London, Egham, Surrey, TW20 0EX, England.
    Email a.johnstone@rhbnc.ac.uk Tel: 01784 443425 Fax: 01784 439786
[This is certainly the last messsage on this particular subtopic. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.