[A83] Re: scrolling the screen
[Prev][Next][Index][Thread]
[A83] Re: scrolling the screen
something like
ld de, PLOTSSCREEN
ld hl, PLOTSSCREEN+(7*12) ; scroll 7 lines up
ld bc, (64-7)*12 ; repeat for (64-7) lines
ldir
call _GRBUFCPY_V ; you probably want to use a fastcopy routine...
> -----Oorspronkelijk bericht-----
> Van: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org]Namens Tom
> Verzonden: dinsdag 26 juni 2001 15:54
> Aan: assembly-83@lists.ticalc.org
> Onderwerp: [A83] scrolling the screen
>
>
>
> 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
>
>
>
References: