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

  1. ;
  2. ; メモリーマップ(USER RAM)
  3. ;
  4.         code
  5.  
  6. ;
  7. ; ユーザーのタイマー割り込みベクター
  8. ;
  9. UInt1:  db      0                       ; NB (Int-routine bank)
  10.         dw      0                       ; HL (Int-routine address)
  11.         db      00h                     ; USE flag
  12.  
  13. UInt2:  db      0                       ; NB (Int-routine bank)
  14.         dw      0                       ; HL (Int-routine address)
  15.         db      00h                     ; USE flag
  16.  
  17. UInt3:  db      0                       ; NB (Int-routine bank)
  18.         dw      0                       ; HL (Int-routine address)
  19.         db      00h                     ; USE flag
  20.  
  21. UInt4:  db      0                       ; NB (Int-routine bank)
  22.         dw      0                       ; HL (Int-routine address)
  23.         db      00h                     ; USE flag
  24.  
  25.         end
  26.