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>leave high level proc exit (186/286/386) 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]
LEAVE             High Level Proc Exit (186/286/386) Flags: O D I T S Z A P C

LEAVE

           Logic:        reverses the action of ENTER

     This instruction performs the opposite of a previous ENTER. It restores
     SP and BP to the values they had before ENTER, and before the procedure
     stack frame was initialized.

     LEAVE reverses every action of ENTER. It is usually executed before a RET
     to release the returning procedure's stack frame.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   LEAVE                      5 (286)      -        1    LEAVE
  --------------------------------------------------------------------------

See Also: ENTER

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