Date: Tue, 12 Jan 93 15:11:31 +0100 From: pt90ob AT pt DOT hk-r DOT se (Ola Brahammar) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re:GAS vs Intel |> The first time I had to look at a 68000 assembly language book, I was totally |> lost until I realized that the operand order was reversed from Intel's. move X to Y -- vs -- ld X with Y (ld=load) In higher level languages, the = operator in the beginning used to have a 'let' in front of it, like 'let x=5' and here too src,dst looks most natural. Ola Brahammar