Subversion Repositories Kolibri OS

Rev

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

Rev 6899 Rev 6900
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 6899 $
8
$Revision: 6900 $
9
 
9
 
10
dtext:
10
dtext:
11
; edx -> string
11
; edx -> string
Line 104... Line 104...
104
        xor     edx, edx
104
        xor     edx, edx
105
        bt      ebx, 29
105
        bt      ebx, 29
106
        jc      @f
106
        jc      @f
107
        bt      ebx, 28
107
        bt      ebx, 28
108
        jc      .draw866toUni
108
        jc      .draw866toUni
109
        lea     eax, [eax*4+eax]
109
        shl     eax, 3
-
 
110
        mov     bx, 6
-
 
111
        div     bx
110
        shr     eax, 2
112
        xor     edx, edx
111
        inc     eax
113
        inc     eax
112
        mov     [esp], ecx
114
        mov     [esp], ecx
113
        cmp     eax, ecx
115
        cmp     eax, ecx
114
        jnc     .draw866
116
        jnc     .draw866
115
        mov     [esp], eax
117
        mov     [esp], eax