Subversion Repositories Kolibri OS

Rev

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

Rev 465 Rev 506
Line 1... Line 1...
1
$Revision: 465 $
1
$Revision: 506 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 234... Line 234...
234
debug_func fdo_debug_outchar
234
debug_func fdo_debug_outchar
235
debug_beginf
235
debug_beginf
236
        pushad
236
        pushad
237
        movzx   ebx,al
237
        movzx   ebx,al
238
        mov     eax,1
238
        mov     eax,1
-
 
239
        mov     ecx,sys_msg_board
239
     ;   call    sys_msg_board
240
        call    ecx ; sys_msg_board
240
        popad
241
        popad
241
        ret
242
        ret
242
debug_endf
243
debug_endf
Line 243... Line 244...
243
 
244
 
Line 247... Line 248...
247
  .l1:  dec     esi
248
  .l1:  dec     esi
248
        js      .l2
249
        js      .l2
249
        movzx   ebx,byte[edx]
250
        movzx   ebx,byte[edx]
250
        or      bl,bl
251
        or      bl,bl
251
        jz      .l2
252
        jz      .l2
-
 
253
        mov     ecx,sys_msg_board
252
     ;   call    sys_msg_board
254
        call    ecx ; sys_msg_board
253
        inc     edx
255
        inc     edx
254
        jmp     .l1
256
        jmp     .l1
255
  .l2:  ret
257
  .l2:  ret
256
debug_endf
258
debug_endf