home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tsr / tsrhelp / restint.inc < prev    next >
Encoding:
Text File  |  1992-05-28  |  101 b   |  10 lines

  1. RestInt Proc    Far
  2.  
  3.  
  4.         Mov AH,25h
  5.         Int 21h
  6.         
  7.         Ret
  8. RestInt EndP
  9.  
  10.