A85: Re: fairly simple question
[Prev][Next][Index][Thread]
A85: Re: fairly simple question
ld hl,GRAPH_MEM
ld (hl),0 ;<---- use whatever bit pattern you want in here
ld de,GRAPH_MEM+1
ld bc,1023
ldir
-----Original Message-----
From: DorkReMi@aol.com <DorkReMi@aol.com>
To: assembly-85@lists.ticalc.org <assembly-85@lists.ticalc.org>
Date: Thursday, August 06, 1998 8:41 PM
Subject: A85: fairly simple question
>
>Could someone post a routine off the top of their head how I could erase
>GRAPH_MEM?
>
>-Josh Morris
> DorkReMi@aol.com