Subversion Repositories Kolibri OS

Rev

Rev 8184 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8184 Rev 8252
Line 2... Line 2...
2
org 0
2
org 0
3
  db 'MENUET01'
3
  db 'MENUET01'
4
  dd 1
4
  dd 1
5
  dd @Kolibri@Main$qv
5
  dd @Kolibri@Main$qv
6
  dd I_END
6
  dd I_END
7
  dd U_END+STACKSIZE+HEAPSIZE
7
  dd U_END+STACKSIZE ;+HEAPSIZE
8
  dd U_END+STACKSIZE
8
  dd U_END+STACKSIZE
-
 
9
if defined @Kolibri@CommandLine
9
  dd @Kolibri@CommandLine,0
10
  dd @Kolibri@CommandLine
-
 
11
else
-
 
12
  dd 0
-
 
13
end if
-
 
14
if defined @Kolibri@CurrentDirectoryPath
-
 
15
  dd @Kolibri@CurrentDirectoryPath
-
 
16
else
-
 
17
  dd 0
-
 
18
end if
Line 10... Line 19...
10
 
19
 
11
include "..\..\KOSfuncs.inc"
20
include "..\..\KOSfuncs.inc"
-
 
21
include "..\..\proc32.inc"
-
 
22
include "..\..\macros.inc"
-
 
23
include "..\..\dll.inc"
Line 12... Line 24...
12
include "..\..\proc32.inc"
24
include "..\..\load_lib.mac"
13
 
25
 
14
ptr equ
26
ptr equ
15
offset equ
27
offset equ