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.
Interrupt 27h
 Detail                                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Interrupt:   27h
 
  Title:       Terminate and Stay Resident
 
  See also:    Terminate and Stay Resident (DOS)
 
  Description:
 
     Terminates execution of the currently executing program, but
     reserves part or all of its memory so that it will not be overlaid
     by the next transient program to be loaded.
 
     Input                                        Output
 
     DX = Offset of the last byte plus one        None
          (relative to the program segment
          prefix) of program to be protected
     CS = Segment of program segment prefix
                                    -♦-