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>sti set 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]
STI              Set Interrupt Enable Flag           Flags: O D I T S Z A P C
                                                                1
          Logic:    IF . 1

    STI sets the Interrupt Enable Flag, permitting the processor to
    recognize 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     STI
  --------------------------------------------------------------------------

       Notes:         A pending interrupt will not be recognized until
                      after the instruction following the STI executes.

See Also: CLI STC CLC CMC STD CLD Flags

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