A83: Re: Slowing down a program


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

A83: Re: Slowing down a program




You have to make a delay that will loop. Try using (correct me if I'm wrong)
"djnz **LABEL**". Just remember too. The calc runs at 8Mhz (i.e 8,000,000
cycles per second) and most lines in your program take about 4 cycles to do.
>From Conway
-----Original Message-----
From: Mark Allen <erlkonig@mindless.com>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Tuesday, 23 June 1998 5:42
Subject: A83: Slowing down a program


>
>Heh...I got my fade thing to work, thanks to Harper Maddox but it goes
>so fast that the fade is impossible to see.  Is there a way to have the
>calc wait for just a fraction of a second, so the fade is slow enough to
>be seen?  Thanks.
>
>   Mark Allen
>
>



Follow-Ups: