Re: A89: Re: help?


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

Re: A89: Re: help?




In a message dated 1/5/00 5:51:36 PM Pacific Standard Time, e96nbr@efd.lth.se 
writes:

> > > >     move.b  (a1)+,(a0)+
>  > >  Are you running this on a HW2 calc? If so, try replacing this line 
with:
> 
>  > >   move.b (a1)+,(a0)
>  > >   move.b (a0),(a0)+
>  > No, I do not have a hw2. the program just displays garbage on the 
screen, 
> its
>  > not like it doesn't display anything.
>  > -nike
>  
>  I honestly can't find any error in the code itself... are you sure it 
> assembles
>  correctly?
>  You could try writing constant data (like #$ff) to (a0)+ in the loop to 
> check
>  that the data is put at the right place. You should get a filled rectangle.
I tried #$FF and what do you know... I got a perfect rectangle. would this 
indicate there is something wrong with the sprite? if you use dos edit you 
can see that the sprite is fine.. although i could be wrong...
-nike