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>iretd intterrupt return with eip (386) 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]
IRETD              Intterrupt Return With EIP (386)  Flags: O D I T S Z A P C
                                                            * * * * * * * * *

IRETD

           Logic:          POP EIP
                           POP CS
                           POP EFLAGS

     This instruction is the same as IRET, but pops EIP and EFLAGS instead of
     IP and FLAGS. It is used when returning from an interrupt called from a
     32-bit segment.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   IRETD                      22 (386)     -        1    IRETD
  --------------------------------------------------------------------------

See Also: IRET

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