STI
From OSDev Wiki
| STI | ||
| Set Interrupt Flag (Enable Interrupts) | ||
| Usage: | STI
| |
|---|---|---|
| Modifies Flags: | IF | |
| Availability: | all | |
STI sets the Interrupt Flag to 1, which enables recognition of all hardware interrupts. If an interrupt is generated by a hardware device, an End of Interrupt (EOI) must also be issued to enable other hardware interrupts of the same or lower priority.
