[A83] Re: scrolling the screen


[Prev][Next][Index][Thread]

[A83] Re: scrolling the screen




Hmm, I remember that there is some buffer for the homescreen too, but I can't recall it....

Maybe you can tell me more about your program


> 
> 
> On Tue, 26 Jun 2001 16:18:44 +0200 (CEST),
> assembly-83@lists.ticalc.org wrote:
> >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
> 
> When I tried that routine it showed the graph axis and moved them up
> 7 pixels. I don't want it to go to the graph screen, because my
> graphics are already displayed on the home screen.
> 
> caffeine43@netzero.net on 06/26/2001
> 
> 
> 




References: