Re: A86: LCD stuff
[Prev][Next][Index][Thread]
Re: A86: LCD stuff
Actually, the Z80 _does_ have priorities for interrupts, as most CPUs do.
They just aren't of any use on the 86, because it only has two interrupts.
See Dux's page for details:
http://www.eden.rutgers.edu/~assets/t11.html
> In a message dated 11/20/99 07:44:06 Eastern Standard Time,
> TGaArdvark@aol.com writes:
>
> > > Couldn't it simply be a high-priority maskable interrupt?
> >
> > How could there be interrupts that run at different priorites?
> > Explain.
> >
>
> Well, port 3 allows you to "mask" the timer interrupts, whereas it doesn't
> allow you to "mask" the on interrupt. So although the z80 has no priority
> settings, the hardware itself can allow certain interrupts to be more
> important than others.
References: