GNU Info

Info Node: (nasm.info)Section B.4.136

(nasm.info)Section B.4.136


Next: Section B.4.137 Prev: Section B.4.135 Up: Section B.4
Enter node , (file) or (file)node

B.4.136. `LEAVE': Destroy Stack Frame
-------------------------------------

     LEAVE                         ; C9                   [186]

   `LEAVE' destroys a stack frame of the form created by the `ENTER'
instruction (see *Note Section B.4.65::). It is functionally equivalent
to `MOV ESP,EBP' followed by `POP EBP' (or `MOV SP,BP' followed by `POP
BP' in 16-bit mode).


automatically generated by info2www version 1.2.2.9