home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
info
/
redbook2
/
int19-2.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1992-06-28
|
225 b
|
6 lines
10 ' tim sennitt Boca Raton 1990
11 ' Basic program to call interrupt 19H
20 CLS:KEY OFF: PRINT"Press the ENTER key to call interrupt 19H":INPUT A$
50 CLEAR 6400:POKE 6400,&HCD:POKE 6401,&H19
60 INT19 = 6400:CALL INT19