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>retf return far 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]
RETF              Return Far                         Flags: O D I T S Z A P C

RETF

           Logic:        pop    IP
                         pop    CS

     This instruction is the same as RET, except that it explicitly indicates
     that a far return is intended. IP is popped off the stack, followed by
     CS.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   RETF                       26           -        1    RETF
  --------------------------------------------------------------------------

See Also: RET RETN

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