◄Summary► ◄Detail► ◄Example► ◄Key to Flags► ────────────────────────────────────────────────────────────────────────────── Set Interrupt Flag Flags: O D I T S Z A P C ═════════════════ Syntax: STI 1 Sets the interrupt flag. When the interrupt flag is set, maskable inter- rupts are recognized. If interrupts were disabled by a previous CLI instruction, pending interrupts will not be executed immediately; they will be executed after the instruction following STI. -♦-