Subversion Repositories Kolibri OS

Rev

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

Rev 6939 Rev 7003
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2016. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2016. 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: 6939 $
8
$Revision: 7003 $
9
 
9
 
10
; FAT external functions
10
; FAT external functions
11
;   in:
11
;   in:
Line 934... Line 934...
934
        xchg    esi, edi
934
        xchg    esi, edi
935
        test    byte [esi+11], 8
935
        test    byte [esi+11], 8
936
        jnz     .label
936
        jnz     .label
937
        pushd   ecx 8
937
        pushd   ecx 8
938
        pop     ecx
938
        pop     ecx
939
        xor     eax, eax
-
 
940
@@:
939
@@:
941
        lodsb
940
        lodsb
-
 
941
        call    ansi2uni_char
942
        stosw
942
        stosw
943
        loop    @b
943
        loop    @b
944
        mov     cl, 8
944
        mov     cl, 8
945
@@:
945
@@:
946
        cmp     word [edi-2], ' '
946
        cmp     word [edi-2], ' '
Line 951... Line 951...
951
        mov     word [edi], '.'
951
        mov     word [edi], '.'
952
        add     edi, 2
952
        add     edi, 2
953
        mov     cl, 3
953
        mov     cl, 3
954
@@:
954
@@:
955
        lodsb
955
        lodsb
-
 
956
        call    ansi2uni_char
956
        stosw
957
        stosw
957
        loop    @b
958
        loop    @b
958
        mov     cl, 3
959
        mov     cl, 3
959
@@:
960
@@:
960
        cmp     word [edi-2], ' '
961
        cmp     word [edi-2], ' '