[A83] Re: A small time waster


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

[A83] Re: A small time waster




Well, one example would be. Just load B with the number of times to loop.
The loop will wait for B interrupts to occur before continuing; there are
about 200 interrupts per second.

            ei
loop:
            halt
            djnz loop

--
Michael Vincent
Detached Solutions - www.detacheds.com
--
Senior Vice-President/Chief Software Architect
Radical Software - www.radicalsoft.org

----- Original Message -----
From: "- Raph -" <raph_98@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Saturday, June 16, 2001 8:23 PM
Subject: [A83] A small time waster


>
> Could somebody please tell me a routine which wastes a little time...
> eg in ti-83 basic it might be
>
> for(x,0,50)
> end
>
> thanks.
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




References: