Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>cli clear interrupt-enable flag flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLI              Clear Interrupt-Enable Flag         Flags: O D I T S Z A P C
                                                                0
CLI

          Logic:    IF . 0

    CLI clears the Interrupt Enable Flag, suppressing processor
    recognition of maskable interrupts. No other flags are affected. (Non-
    maskable interrupts are recognized no matter what the state of the
    interrupt enable flag.)

  --------------------------------------------------------------------------
   Operands                  Clocks   Transfers  Bytes   Example
   no operands                 2          -        1     CLI
  --------------------------------------------------------------------------

See Also: STI STC CLC CMC STD CLD Flags

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson