Re: A85: Interrupt/Usgard-TSR question
[Prev][Next][Index][Thread]
Re: A85: Interrupt/Usgard-TSR question
> No, that is correct, anyone who has made a clock-like timer know this.
> Are you sure it is that slow on the PC? i didn't think that there was
> a fixed time between interrupts on PC's like there is on the calc.
>
> -mike
The your typical PC has an Intel 8253 or 8254 or compatible
Programmable Interval Timer. It has 3 channels, one channel for
generating an interrupt for the system clock, one channel for
generating a signal for DRAM refreshing and the third channel for the
in built speaker. The second channel is not used at all in modern
machines, other hardware takes care of it.
The first channel generates hardware interrupt number 8. On start up
the bios sets it at 18.2Hz. However it can be reprogrammed to
generate a signal at frequencies between 18.2Hz and 1.2Mhz.
--
Richard Gallagher
rbg@cvm.co.nz
http://www.cs.waikato.ac.nz/~rbg/
References: