[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)




>This one should work:
>
> > Scroll_Left:
> >   ld   hl,PlotSScreen+768
> >   ld   b,0

If b is zero...

> > Scroll_Left:
> >   dec  hl
> >   rl   (hl)
> >   dec  hl
> >   rl   (hl)
> >   dec  hl
> >   rl   (hl)
> >   djnz Scroll_Left

...why do you use djnz then?

> >   jp   ionFastCopy
>
>I simply don't see now why it doesn't work the way you put
>it.
>
>PG


      SUCKER

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com





Follow-Ups: