Re: A86: Made another mistake.
[Prev][Next][Index][Thread]
Re: A86: Made another mistake.
At 07:02 AM 9/20/97 -0500, you wrote:
>Me again, found problem with last one, did not .org $D748 at the
>beginning of the prog. told you it was probably a stupid mistake. This
>time I am having trouble with a program to move the word "hello" around
>the screen. As you have probably already guessed it did not work. Any
>advice would be appreciated.
>
>thanx,
>Caymran
>---------------------------------------------------------------------------
------------------
What do you think this is, the debugging department? :) Anyway, here's what
I noticed.
_clrLCD messes up hl, and it looks like you're expecting it to be
preserved. And you're also using hl as a pointer for _puts, so you probably
need to save/restore it there, too.
--Joshua Grams
Follow-Ups:
References: