Non Maskable Interrupt

From Sinclair Wiki
Revision as of 17:32, 25 August 2018 by Szaszg (talk | contribs) (Created page with "===Non-Maskable Interrupt=== An interrupt witch cannot be ignored by the CPU. Z80 CPU's 17th pin is the {{overline|NMI}} input. Negative edge triggered. When triggered, the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Non-Maskable Interrupt

An interrupt witch cannot be ignored by the CPU.

Z80 CPU's 17th pin is the NMI input. Negative edge triggered. When triggered, the CPU is forced to restart at location 0x0066 after the current instruction is executed.