A83: Re: Re: contrast and random numbers
[Prev][Next][Index][Thread]
A83: Re: Re: contrast and random numbers
you can also use
this...
ld
a,r ; the memory is a bit less, but
the number is less random (gets a num from 1-255)
-Harper Maddox
BTW, you can make 7g.z80 an asm file by typing
"rename 7g.z80 7g.asm" in dos. The file is at
www.ticalc.org
Random Numbers:
I just
answered that at 3/23/98: 12:07PM....
>1.) call
_RANDOM, then multiply OP1 by that
number.
James.
____________________
James
Matthews.
E-mail (family): matthews@tkb.att.ne.jp
E-mail
(private): james_matthews@hotmail.com
Homepage:
http://home.att.ne.jp/gold/tomcat21/index2.html
ICQ:
7413754
____________________________________
----------
>
From: ZaMaddOne <ZaMaddOne@aol.com>
> To: assembly-83@lists.ticalc.org
>
Subject: A83: contrast and random numbers
> Date: Wednesday, March 25,
1998 10:20 AM
>
>
> how do i find out what the contrast
is? I want to do a screen fade by
making
> the contrast go
lower and then put it back to what it was before.
>
> and how
do i make random numbers?