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

  1.  
  2.         code
  3.  
  4. UInt1:  db      0                       ; NB (Int-routine bank)
  5.         dw      0                       ; HL (Int-routine address)
  6.         db      00h                     ; USE flag
  7.  
  8. UInt2:  db      0                       ; NB (Int-routine bank)
  9.         dw      0                       ; HL (Int-routine address)
  10.         db      00h                     ; USE flag
  11.  
  12. UInt3:  db      0                       ; NB (Int-routine bank)
  13.         dw      0                       ; HL (Int-routine address)
  14.         db      00h                     ; USE flag
  15.  
  16. UInt4:  db      0                       ; NB (Int-routine bank)
  17.         dw      0                       ; HL (Int-routine address)
  18.         db      00h                     ; USE flag
  19.  
  20.         end
  21.