home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / IBM / VW200 / VW200_2.EXE / HELLO / UVECT.S < prev   
Text File  |  1995-11-22  |  909b  |  29 lines

  1.  
  2.         include pccard.mac
  3.         include uvect.inc
  4.         include hello.inc
  5.  
  6.         code
  7.  
  8. UVect1:
  9.         db      boc Hello               ; NB (Aplication bank)
  10.         dw      loc Hello               ; HL (Aplication address)
  11.         db      80h                     ; USE flag
  12.  
  13. UVect2:
  14.         db      0                       ; NB (Aplication bank)
  15.         dw      0                       ; HL (Aplication address)
  16.         db      00h                     ; USE flag
  17.  
  18. ; UVect3:
  19. ;         db      0                       ; NB (Aplication bank)
  20. ;         dw      0                       ; HL (Aplication address)
  21. ;         db      00h                     ; USE flag
  22. ;
  23. ; UVect4:
  24. ;         db      0                       ; NB (Aplication bank)
  25. ;         dw      0                       ; HL (Aplication address)
  26. ;         db      00h                     ; USE flag
  27.  
  28.         end
  29.