Re: A82: Clearing the graph buffer?


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

Re: A82: Clearing the graph buffer?



Out of samegame:

BUFCLR:                 ;Clear $88B8
 LD HL,$88B8
 LD DE,$88B9
 LD BC,$2FF
 xor    a
 LD (HL),A
 LDIR
 RET

just do call BUFCLR

ilya winham wrote:

> How do I clear the graph buffer? (82)




References: