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
Wrap
Text File
|
1995-11-22
|
909b
|
29 lines
include pccard.mac
include uvect.inc
include hello.inc
code
UVect1:
db boc Hello ; NB (Aplication bank)
dw loc Hello ; HL (Aplication address)
db 80h ; USE flag
UVect2:
db 0 ; NB (Aplication bank)
dw 0 ; HL (Aplication address)
db 00h ; USE flag
; UVect3:
; db 0 ; NB (Aplication bank)
; dw 0 ; HL (Aplication address)
; db 00h ; USE flag
;
; UVect4:
; db 0 ; NB (Aplication bank)
; dw 0 ; HL (Aplication address)
; db 00h ; USE flag
end