First upload of the code.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
11
cfg/ASCKEY.PAS
Normal file
11
cfg/ASCKEY.PAS
Normal file
@@ -0,0 +1,11 @@
|
||||
var touche:byte;
|
||||
begin
|
||||
repeat
|
||||
asm
|
||||
mov ah,8
|
||||
int 21h
|
||||
mov touche,al
|
||||
end;
|
||||
write(touche,' ');
|
||||
until touche=27
|
||||
end.
|
||||
Reference in New Issue
Block a user