Re: A89: Re: help?


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

Re: A89: Re: help?




> > >     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.

 / Niklas Brunlid
Check out Prosit for the TI-89 / TI-92+ at http://prosit.ticalc.org
Random PQF Quote follows:

"Actors," said Granny, witheringly. "As if the world weren't full
of enough history without inventing more."
        -- (Terry Pratchett, Wyrd Sisters)

----- Original Message -----
From: <NIKE5685@aol.com>
To: <assembly-89@lists.ticalc.org>
Sent: Thursday, January 06, 2000 2:20 AM
Subject: Re: A89: Re: help?




References: