2007-03-23 17:52:17 +01:00
|
|
|
model tiny,stdcall
|
|
|
|
p586N
|
|
|
|
locals
|
|
|
|
jumps
|
|
|
|
codeseg
|
|
|
|
option procalign:byte
|
2004-11-19 23:13:24 +01:00
|
|
|
|
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
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
start:
|
|
|
|
header exe <"CE",1,0,0,offset exports,,,>
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
waitkey:
|
|
|
|
mov ax,0
|
|
|
|
int 16h
|
|
|
|
retf
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
exporting
|
2004-11-19 23:13:24 +01:00
|
|
|
|
2007-03-23 17:52:17 +01:00
|
|
|
declare waitkey
|
|
|
|
ende
|