Re: A86: Re: asm clock?


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

Re: A86: Re: asm clock?




> 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.