Re: A89: Re: address error
[Prev][Next][Index][Thread]
Re: A89: Re: address error
Ahh, thanks. I still have the error though.
>An address error occurs when the processor asks the bus to access a
>nonexistant address. This would mean that one of your address registers
>is somehow screwed up.
>
>Here is the BIG problem:
>
>move.l sprite(pc),a1
>
>this moves the contents of sprite(pc) into a1, not the address. You MUST
>use lea -- load effective address. This is the source of the address
>error.
>
>-Mark
>
>
>
>-------
>Mark Zavislak
>felix@megsinet.net
>
>Linux. Where do you want to go tomarrow?
>