Sujet : Re: Why VAX Was the Ultimate CISC and Not RISC
De : david.schultz (at) *nospam* earthlink.net (David Schultz)
Groupes : comp.archDate : 11. Mar 2025, 22:57:40
Autres entêtes
Message-ID : <-cGcnYCDc65FLE36nZ2dnZfqnPqdnZ2d@earthlink.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Mozilla Thunderbird
On 3/11/25 4:41 PM, Terje Mathisen wrote:
x86 asm, as used in MASM and DEBUG, was the first assembler language O used, I found it very familiar that
mov ax,bx
or
mov ax,[bx]
or
mov ax,[bx+1234]
all correspond nicely to
a = b
a = *b
a = b[1234]
Looks more like move a to b.
-- http://davesrocketworks.comDavid Schultz"The cheeper the crook, the gaudier the patter." - Sam Spade