![]() ![]() |
![]() Intel and compatable CPU's Programming Information ![]() |
||
|
Intel SSE MMX2 KNI documentation AMD 64 Bit & Opteron resource on this site Intel Itanium 64 Bit processor Intel 80386 Reference Programmer's Manual Our Partners: |
up:
Chapter 17 -- 80386 Instruction Set prev: CLD Clear Direction Flag next: CLTS Clear Task-Switched Flag in CR0
CLI -- Clear Interrupt FlagOpcode Instruction Clocks Description FA CLI 3 Clear interrupt flag; interrupts disabled OperationIF := 0; DescriptionCLI clears the interrupt flag if the current privilege level is at least as privileged as IOPL. No other flags are affected. External interrupts are not recognized at the end of the CLI instruction or from that point on until the interrupt flag is set.Flags AffectedIF := 0Protected Mode Exceptions#GP(0) if the current privilege level is greater (has less privilege) than the IOPL in the flags register. IOPL specifies the least privileged level at which I/O can be performed.Real Address Mode ExceptionsNoneVirtual 8086 Mode Exceptions#GP(0) as for Protected Mode
up:
Chapter 17 -- 80386 Instruction Set |