◄Detail► ◄Key► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Title: Clear or Set Interrupt Flag Flags: O D I T S Z A P C ═════════════════ Syntax: CLI ± STI Description: CLI clears the interrupt flag; STI sets it. When the interrupt flag is cleared, pending maskable interrupts are not recognized immediately; they will be executed after the instruction following an STI instruction. In protected mode, CLI only clears the flag if the current task's privilege level is less than or equal to the value of the IOPL flag. Otherwise, a general-protection fault occurs. -♦-