You are here : assembly8086CLI

CLI - 8086

Clear Interrupt enable flag. This disables hardware interrupts.

Algorithm: IF = 0


Syntax

CLI


Example

CLI	;sets IF = 0


Output / Return Value


Limitations


Alternatives / See Also

8086 CLC (Clear Carry Flag) - https://wikidev.in/wiki/assembly/8086/CLC

8086 CLI (Clear Interrupt Flag) - https://wikidev.in/wiki/assembly/8086/CLI


Reference