Re: A92: Help
[Prev][Next][Index][Thread]
Re: A92: Help
On Wed, 15 Apr 1998, Joshua Kellogg wrote:
>
>
> Can anyone tell me what is wrong with these lines of code?
>
> - move.l a1,64(a6)
>
> - move.l (a0),d0
>
> They cause an address error. While this line in the same code works.
>
> - move.b #8,84(a6)
>
> All addresses are within range. And I've tried everything I know (which
> isn't much) to get it to work. Could somebody help? And time is really
> important. Thanks in advance.
Seems to me both A6 and A0 points to odd adresses. Thats why the
byte-access succeeds while the longword (32) bit acceses cause an
adress-error.
//Jonas
References:
- A92: Help
- From: Joshua Kellogg <jkellogg@sparcy.geneva.edu>