[A83] Re: scrolling the screen
[Prev][Next][Index][Thread]
[A83] Re: scrolling the screen
Please explain a little further...
> On Tue, 26 Jun 2001 16:09:22 +0200 (CEST),
> assembly-83@lists.ticalc.org wrote:
> >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)
>
> I tried a routine similar to that one but it didn't seem to work--I
> think because the image I want to move is not stored in the graph
> buffer. It is only stored in the display.
> caffeine43@netzero.net on 06/26/2001
>
>
>
Follow-Ups:
References: