Re: A86: more problems...


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

Re: A86: more problems...




At 10:51 AM 7/15/98 -0400, you wrote:
>And how to i refresh the screen without clearing any variables (like _clrLCD
>and _clrScrn). I tried using
>
>push bc
>_clrLCD
>pop bc
>
>, but is that as good as it can get?
>
Try using

ld hl,$fc00
ld de,$fc00
ld bc,$3ff
ld (hl),0
inc hl
ldir

I think that should work, but I might have something backwards...

--Joshua


Follow-Ups: References: