Changes

Jump to: navigation, search

Z80

168 bytes added, 09:28, 4 September 2024
/* Internal state */
* IM 2: Vector provided by I register and external data
|-
| IFF1 || 1-bit || Main Instruction Fetch Flip-Flop || Set when interrupts are enabled, cleared on disable.When the CPU accepts a maskable interrupt, both IFF1 and IFF2 are automatically reset, inhibiting further interrupts until the programmer issues a new EI instruction.
|-
| IFF2 || 1-bit || Store the state of IFF1 during Non-Maskable Interrupts (NMI) || When an NMI occurs, the processor clears IFF1 to disable interrupts temporarily.
13,173
edits