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