Subversion Repositories Kolibri OS

Rev

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

Rev 3601 Rev 3618
Line 24... Line 24...
24
        dd     I_END            ; size of image
24
        dd     I_END            ; size of image
25
        dd     (I_END+0x1000)   ; memory for app
25
        dd     (I_END+0x1000)   ; memory for app
26
        dd     (I_END+0x1000)   ; esp
26
        dd     (I_END+0x1000)   ; esp
27
        dd     0, 0             ; I_Param , I_Path
27
        dd     0, 0             ; I_Param , I_Path
Line 28... Line 28...
28
 
28
 
29
include '..\macros.inc'
29
include '../../macros.inc'
Line 30... Line 30...
30
include '..\network.inc'
30
include '../../network.inc'
31
 
31
 
Line 32... Line 32...
32
START:
32
START:
Line 322... Line 322...
322
 
322
 
323
        sub     edx, 18
323
        sub     edx, 18
324
        pop     ecx
324
        pop     ecx
Line 325... Line -...
325
        mcall
-
 
326
 
-
 
327
 
325
        mcall
328
 
326
 
Line 329... Line 327...
329
        mov     edx, 50 shl 16 + 150
327
;        mov     edx, 50 shl 16 + 150
330
        mov     [last], 0
328
        mov     [last], 0
331
 
329