Subversion Repositories Kolibri OS

Rev

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

Rev 1588 Rev 1595
Line 85... Line 85...
85
START:
85
START:
86
        mcall 68, 11
86
        mcall 68, 11
Line 87... Line 87...
87
		
87
		
Line -... Line 88...
-
 
88
load_libraries l_libs_start,end_l_libs
-
 
89
 
-
 
90
    mov  esi,I_PARAM
-
 
91
    cmp  dword[esi],0
-
 
92
    jz @f
-
 
93
    mov edi,filename
-
 
94
    mov ecx,256/4
-
 
95
    rep movsd
88
load_libraries l_libs_start,end_l_libs
96
    mov byte [edi-1], 0
89
 
97
@@:
90
;OpenDialog initialisation
98
;OpenDialog initialisation
Line 91... Line 99...
91
	push    dword OpenDialog_data
99
	push    dword OpenDialog_data