Assuming your image is in plottscreen: ld hl,plotsscreen+84 ; 7*12 bytes ld de,plotsscreen ld bc,768-84 ; see above ldir bcall(_grbufcpy) At least that's how I think it can be done. --Peter Martijn > > > I'm writing a program that needs to scroll the screen. How would I > move all the pixels up 7? Thanks a lot! > -Tom > caffeine43@netzero.net on 06/26/2001 > > >