Subversion Repositories Kolibri OS

Rev

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

Rev 51 Rev 62
Line 18... Line 18...
18
        dd     0x5000      ; memory for app
18
        dd     0x5000      ; memory for app
19
        dd     0x4ff0       ; esp
19
        dd     0x4ff0       ; esp
20
        dd     0x0 , 0x0        ; I_Param , I_Icon
20
        dd     0x0 , 0x0        ; I_Param , I_Icon
Line 21... Line 21...
21
   
21
   
-
 
22
include 'lang.inc'   
22
include 'lang.inc'   
23
include 'macros.inc'
Line 23... Line 24...
23
START:    ; start of execution
24
START:    ; start of execution
24
   
25
   
25
    mov eax,14
26
    mov eax,14
Line 281... Line 282...
281
    push edx
282
    push edx
282
    mov eax,21
283
    mov eax,21
283
    mov ebx,13
284
    mov ebx,13
284
    mov ecx,3
285
    mov ecx,3
285
    int 40h
286
    int 40h
-
 
287
    mcall 5,50
-
 
288
    mcall 15,3
286
    pop edx
289
    pop edx
287
    pop ebx
290
    pop ebx
288
    pop ecx
291
    pop ecx
289
    retn
292
    retn