Re: LF: For Newbies... IV
[Prev][Next][Index][Thread]
Re: LF: For Newbies... IV
At 04:15 PM 7/11/97 -0400, you wrote:
>First: i am sorry: i made a mistake...
>i shouldn' t have used the lea statement like this: "lea
> string(pc),-(A7)"
>it is impossible: lea is an inst which calculates the adress and stores it in
>an adress reg...
>theis was rigght : lea string(pc),A0
> move A0,-(A7)
>
You probably know this, but you could do 'pea string(pc),-(a7)' instead of
those two lines above.
-Andrew
Follow-Ups:
References: