Re: A86: LCD stuff


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

Re: A86: LCD stuff




In the zilog z80 databook, there is a minumum-system schematic and a few
others for simple computers.  One details how you can have multiple
devices produce interrupts.  They are arranged in a chain
configuration.  When a high-priority device is being served, a
lower-priority device cannot send an interrupt;  a higher-priority
device can interrupt over a lower-priority device.

Cassady Roop

TGaArdvark@aol.com wrote:
> 
> > Couldn't it simply be a high-priority maskable interrupt?
> 
> How could there be interrupts that run at different priorites?
> Explain.


References: