home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l440 / 2.ddi / CHAP8 / VEC.SCR < prev   
Encoding:
Text File  |  1990-09-27  |  185 b   |  12 lines

  1. ; VEC.SCR
  2.  
  3. intercept 21h
  4.     function 25h
  5.         subfunction 1bh
  6.             on_entry
  7.                 output "Set at " ds ":" dx
  8.     function 35h
  9.         subfunction 1bh
  10.             on_exit
  11.                 output "Get at " es ":" bx
  12.