[A83] Re: My scrolling routine... it should work (but it's bugging)
[Prev][Next][Index][Thread]
[A83] Re: My scrolling routine... it should work (but it's bugging)
Thanks so much, but no difference. I bet it has to do with the program I
wrote that I'm testing it with. =P
> is one should work:
>
> > Scroll_Left:
> > ld hl,PlotSScreen+768
> > ld b,0
> > Scroll_Left:
> > dec hl
> > rl (hl)
> > dec hl
> > rl (hl)
> > dec hl
> > rl (hl)
> > djnz Scroll_Left
> > jp ionFastCopy
>
> I simply don't see now why it doesn't work the way you put
> it.
>
>