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

PG





References: