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

Re: What is NMI under Emulator?



In article <Kzxg8.47236$nz4.4471935@bin4.nnrp.aus1.giganews.com>,
 "Bryan Parkoff" <BParkoff@satx.rr.com> wrote:

> What is NMI under Emulator?
> 

Most likely the same thing it is on a 65xx.


>     I have noticed that several emulator projects include hardware
> manipulation such as IRQ and NMI.  I know that IRQ is used to interrupt 6502
> CPU such as keyboard and I/O controller cards.  What about NMI?  Please
> advise.
> 
> Yours Truly,
> 
> Bryan Parkoff
> BParkoff@satx.rr.com
> 
> 


NMI is a REALLY high priority interupt that can't be disabled. It comes 
in on a separate pin from IRQ'. NMI is mnemonic for Non-Maskable 
Interrupt.