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>iret interrupt return 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]
IRET             Interrupt Return                    Flags: O D I T S Z A P C
                                                            r r r r r r r r r
IRET

          Logic:    POP IP
                    POP CS
                    POPF                          ; Pop flags from stack

    IRET returns control from an interrupt routine to the point where the
    interrupt occurred, by popping IP, CS, and the Flag registers.

  --------------------------------------------------------------------------
   Operands                  Clocks   Transfers  Bytes   Example
   no operands                 32         3        1     IRET
  --------------------------------------------------------------------------

See Also: INT INTO POP POPF

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