IRET/IRETD


Meaning of IRET/IRETD in English

Interrupt Return

Returns control to point of interruption by popping IP, CS and then the Flags from the stack and continues execution at this location.

CPU exception interrupts will return to the instruction that cause the exception because the CS:IP placed on the stack during the interrupt is the address of the offending instruction.

Code analysis English vocabulary.      Английский словарь анализа кода.