Subversion Repositories Kolibri OS

Rev

Rev 5984 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5984 Rev 6078
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: 5984 $
8
$Revision: 6078 $
9
 
9
 
10
dtext:
10
dtext:
11
; edx -> string
11
; edx -> string
Line 239... Line 239...
239
        push    ecx
239
        push    ecx
240
        push    edi
240
        push    edi
241
.drawPicture:
241
.drawPicture:
242
        mov     eax, -1
242
        mov     eax, -1
243
        repz scasd
243
        repz scasd
244
        jcxz    @f
244
        jecxz   @f
245
        mov     eax, edx
245
        mov     eax, edx
246
        sub     eax, ecx
246
        sub     eax, ecx
247
        push    ecx
247
        push    ecx
248
        mov     ecx, [edi-4]
248
        mov     ecx, [edi-4]
249
        xchg    esi, edi
249
        xchg    esi, edi