Re: A83: Re: Time???
[Prev][Next][Index][Thread]
Re: A83: Re: Time???
How many times it's being called... per second? How are you going to do that if your calculating routine takes different
amounts of time to execute? :)
----- Original Message -----
From: "David Phillips" <david@acz.org>
To: <assembly-83@lists.ticalc.org>
Sent: Monday, January 31, 2000 18:49
Subject: Re: A83: Re: Time???
That's what I was referring to...using an interrupt routine to figure out on
the fly how many times it is being called, as it constantly changes.
> Not to mention factoring in battery power...
>
>
> In a message dated 1/31/00 6:59:02 PM Eastern Standard Time, david@acz.org
> writes:
>
> > That is extremely hard to accomplish. Using HALT does utilize the
interrupt
> > timer chip, which is called ~180 times a second. If you need exact
timing,
> > you will have to figure out exactly how many times it is being called
by
> > setting up an interrupt handler and timing the code.
> >
> > > how 'bout an actual timer?? with pretty accurate seconds...
> >
>
>
>
> ----
> Jonah Cohen
> <ComAsYuAre@aol.com>
> http://linux.hypnotic.org/~jonah/
>
>
Follow-Ups:
References: