Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
IRET Instruction
 Summary Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 11001111
──────────────────┬──────────────────┬──────────────────────────────────────
 IRET             │ iret             │ 88/86 32 (88=44)
 IRETD            │                  │   286 17+m,pm=(31,55)+m*
 IRETF            │                  │   386 22,pm=38,82*
 IRETDF           │                  │   486 15,pm=20,36
──────────────────┴──────────────────┴──────────────────────────────────────
  * The first protected-mode timing is for interrupts to the same
    privilege level within a task. The second is for interrupts to a
    higher privilege level within a task. Timings for interrupts
    through task gates are not shown.
 
    80386/486 only.
                                    -♦-