2019-07-13 20:49:22 +02:00
|
|
|
use16
|
|
|
|
align 1
|
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
include "..\include\mem.h"
|
|
|
|
include "..\include\divers.h"
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
org 0h
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2019-07-14 12:47:14 +02:00
|
|
|
header exe 1,exports,0,0,0
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
waitkey:
|
|
|
|
mov ax,0
|
|
|
|
int 16h
|
2019-07-17 17:29:13 +02:00
|
|
|
ret
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
exporting
|
|
|
|
declare waitkey
|
|
|
|
ende
|