8 views

1 Answers

The Interrupt flag is a flag bit in the CPU's FLAGS register, which determines whether or not the will respond immediately to maskable hardware interrupts. If the flag is set to 1 maskable interrupts are enabled. If reset such interrupts will be disabled until interrupts are enabled. The Interrupt flag does not affect the handling of non-maskable interrupts or software interrupts generated by the INT instruction.

8 views

Related Questions