Re: A89: hello world


[Prev][Next][Index][Thread]

Re: A89: hello world




In a message dated 11/23/98 19:42:29 Eastern Standard Time, S43R80@aol.com
writes:

>   6  lea      string(pc),a0          ; move adress of string to the stack
>    7  move.l   a0,-(a7)

i'm not sure, but i think these two opcodes can be simplified into one:

	pea string(pc),-(a7)			;push effective address onto stack

i barely no any 68k, so i may be wrong.