[<<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
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson