Re: A86: Re: asm clock?


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

Re: A86: Re: asm clock?





A circumstance that rare and trivial is far into the noise of what affects
interrupts.  If someone is going to make asm clock, the only circumstance
affecting the irregularity of interrupts is going to be battery power.


>
>> The only factor affecting the interrupt is the battery
>> power.  An interrupt by definition is called on
>> precisely even intervals, regardless even of the
>> varying lengths at which the interrupt resides.
>
>Actually, the interrupt is affected by itself.  The Z80
>will not call an interrupt during an interrupt, so if the
>interrupt routine is extremely long (over 1/200s), the
>next interrupt call will not occur on time.
>