|
Interrupt Return
IRET returns control from an interrupt routine to the point where the interrupt occurred, by popping IP, CS, and the Flag registers. ------------------------------------ Timing ---------------------------------- OpCode Instruction 386 286 86 CF IRET 22 17 32 Protected mode, less priviledge 82 55 Protected mode, different task ts 169 See Also INT RET INTO POP POPF |
|