Changes

Z80

1 byte added, 09:31, 4 September 2024
/* Internal state */
When the CPU accepts a maskable interrupt, both IFF1 and IFF2 are automatically reset, inhibiting further interrupts.
|-
| IFF2 || 1-bit || Store Stores the state of IFF1 during Non-Maskable Interrupts (NMI) || When an NMI occurs, the processor clears IFF1 to disable interrupts temporarily.
IFF2 stores the previous state of IFF1 so that after the NMI is handled, IFF1 can be restored to its original state.
|-
13,173
edits