Subversion Repositories Kolibri OS

Rev

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

Rev 1756 Rev 2679
Line 57... Line 57...
57
                dd      I_END         ; program image size
57
                dd      I_END         ; program image size
58
                dd      I_END+1024    ; reguired amount of memory
58
                dd      I_END+1024    ; reguired amount of memory
59
                dd      I_END+1024    ; esp
59
                dd      I_END+1024    ; esp
60
                dd      0x0,0x0       ; I_PARAM, I_ICON
60
                dd      0x0,0x0       ; I_PARAM, I_ICON
61
include 'lang.inc'
61
include 'lang.inc'
62
include 'macros.inc'
62
include '../../../macros.inc'
63
 
-
 
Line 64... Line 63...
64
 
63
 
Line 65... Line 64...
65
START:                          ; start of execution
64
START:                          ; start of execution