[A83] Re: number _vputs and black-out a piece of screen


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

[A83] Re: number _vputs and black-out a piece of screen





----- Original Message ----- 
From: <ComAsYuAre@aol.com>
To: <assembly-83@lists.ticalc.org>
Sent: Wednesday, June 27, 2001 11:51 PM
Subject: [A83] Re: number _vputs and black-out a piece of screen


> In a message dated 6/27/2001 5:50:11 PM Eastern Daylight Time,
> ComAsYuAre@aol.com writes:
> 
> 
> > ld a,($c008)
> > ld b,a
> > and 3
> 
> Oops need add a,'0' here too :-)

And $c008 should be $8008, not?

> > ld (contrast_sublev),a
> > ld a,b
> > srl a
> > srl a
> > add a,'0'
> > ld (contrast),a
> > ;...
> >
> 
> 
> 
> ----
> Jonah Cohen
> <ComAsYuAre@aol.com>
> http://jonah.ticalc.org
> 
> 
> 
> 



References: