Re: A86: Re: call _clrDRAW?
[Prev][Next][Index][Thread]
Re: A86: Re: call _clrDRAW?
In a message dated 10/9/1998 3:16:47 PM Mountain Daylight Time,
tbarwick@esn.net writes:
<<
Doesn't _clrLCD or _clrSCR do that??
______________
JBrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
http://members.xoom.com/Plexus
http://wwp.mirabilis.com/20607010
ICQ# 20607010
-----Original Message-----
From: BrncAvFan2@aol.com <BrncAvFan2@aol.com>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, October 09, 1998 5:11 PM
Subject: A86: call _clrDRAW?
>
>Is there a command similar the to the basic command ClrDraw? I use ILine
in
>my program a few times and I need to know if this is possible. Thanx.
>
>Dan
>
>>
Nope. I tried it. Maybe it's just me. Do this:
draw a line on the graph
type this in for the program
call _clrLCD or _clrScrn
ld bc,$0000
ld cd,$0808
ld h,1
call _ILine
ret
The other line will still be there. Please help.
Dan