Whoa, good idea, now i dont have to waste a lot of mem with djnz routines! Thanks! << ldir can also be used to clear memory: (this clears the back buffer) ld hl,plotsscreen ld de,plotsscreen+1 ld bc,767 ld (hl),0 ldir >>