home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
assemblr
/
library
/
bluebook
/
asm-subr
/
key_chk
< 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
Text File
|
1986-01-01
|
256 b
|
7 lines
keychk:
mov ah,0Bh
int 21h ; key test function
cmp al,0FFh ; has it been key'd ?
je main4 ; all done
jmp keychk ; no key ... try again