Difference between revisions of "NMI"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
(Created page with 'The Z80 executes a NMI (Non-Maskable Interrupt) on falling edge of the /NMI pin. Non-maskable means that the Z80 cannot disable it (unlike as normal INT, which can be disabled vi…')
 
Line 6: Line 6:
 
* [[Magic Sound Board]] for [[Aleste 520EX]] (four channel DMA playback) (Patisonic)
 
* [[Magic Sound Board]] for [[Aleste 520EX]] (four channel DMA playback) (Patisonic)
 
* [[Multiface II]] ([[Romantic Robot]])
 
* [[Multiface II]] ([[Romantic Robot]])
 +
* [[VIDI digitizer]] (Rombo Productions)

Revision as of 05:13, 5 May 2010

The Z80 executes a NMI (Non-Maskable Interrupt) on falling edge of the /NMI pin. Non-maskable means that the Z80 cannot disable it (unlike as normal INT, which can be disabled via DI opcode), however, hardware that generates NMIs may (or may not) include a mechanism to disable NMIs (via I/O Ports).

The NMI vector is at address 0066h, regardless of the I register, and of the IM interrupt mode. The CPCs BIOS does not contain a NMI handler at that address, so, on the CPC, NMIs can be used only when RAM is enabled (or when the internal BIOS ROM is replaced by external ROM via ROMDIS signal).

The built-in components in the CPC don't use NMIs. There are a few hardware expansions that do generate NMIs: