Subversion Repositories Kolibri OS

Rev

Rev 4917 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4917 Rev 7134
Line 15... Line 15...
15
  dd     run                   ; start of code
15
  dd     run                   ; start of code
16
  dd     I_END                   ; size of image
16
  dd     I_END                   ; size of image
17
  dd     stak+0x400             ; memory for app
17
  dd     stak+0x400             ; memory for app
18
  dd     stak+0x400             ; esp
18
  dd     stak+0x400             ; esp
19
  dd     0x0 , 0x0               ; I_Param , I_Icon
19
  dd     0x0 , 0x0               ; I_Param , I_Icon
20
include "lang.inc"
20
include "macros.inc"
21
include "MACROS.INC"
-
 
22
;include "DEBUG.INC"
21
;include "debug.inc"
Line 23... Line 22...
23
 
22
 
24
run:
23
run:
25
if  LEVELCONV eq 1
24
if  LEVELCONV eq 1
26
    call compress_levels
25
    call compress_levels