Subversion Repositories Kolibri OS

Rev

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

Rev 2130 Rev 2434
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2130 $
8
$Revision: 2434 $
9
 
9
 
Line 1016... Line 1016...
1016
 
1016
 
1017
	mov	al,'/'		;start string with '/'
1017
        mov     al, '/'         ;start string with '/'
1018
	stosb
1018
        stosb
1019
	mov	ecx,edx
1019
        mov     ecx, edx
1020
	rep	movsb           ;copy string
1020
        rep movsb               ;copy string
-
 
1021
.ret:
Line -... Line 1022...
-
 
1022
        ret
1021
.ret:	ret
1023
 
1022
 
1024
.error:
1023
.error: add	esp,8
1025
        add     esp, 8
1024
	or	dword [esp+32],-1	;error not found zerro at string ->[eax+APPDATA.cur_dir]
1026
        or      dword [esp+32], -1      ;error not found zerro at string ->[eax+APPDATA.cur_dir]
1025
	ret
1027
        ret
1026
.set:
1028
.set: