Restore Stack for Procedure Exit                       
  
    | 
       86/88  | 
    
       N  | 
    
       186  | 
    
       Y  | 
    
       286  | 
    
       Y  | 
    
       386  | 
    
       Y  | 
    
       486  | 
    
       Y  | 
    
       LEAVE  | 
   
  
    | 
       Ovfl  | 
    
       N  | 
    
       Dir  | 
    
       N  | 
    
       Int  | 
    
       N  | 
    
       Trap  | 
    
       N  | 
    
       Sign  | 
    
       N  | 
    
       Zero  | 
    
       N  | 
    
       Aux  | 
    
       N  | 
    
       Prty  | 
    
       N  | 
    
       Carry  | 
    
       N  | 
   
     Releases the local variables created by the previous ENTER
    instruction by restoring SP and BP to their condition before
    the procedure stack frame was initialized.
------------------------------------ Timing ----------------------------------
OpCode          Instruction             386     286     86
C9              LEAVE                   4       5
------------------------------------ Logic -----------------------------------
        SP = BP
        POP BP
See Also ENTER |