Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 465
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 465 $
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
        call    sys_msg_board
239
     ;   call    sys_msg_board
240
        popad
240
        popad
241
        ret
241
        ret
242
debug_endf
242
debug_endf
Line 243... Line 243...
243
 
243
 
Line 247... Line 247...
247
  .l1:  dec     esi
247
  .l1:  dec     esi
248
        js      .l2
248
        js      .l2
249
        movzx   ebx,byte[edx]
249
        movzx   ebx,byte[edx]
250
        or      bl,bl
250
        or      bl,bl
251
        jz      .l2
251
        jz      .l2
252
        call    sys_msg_board
252
     ;   call    sys_msg_board
253
        inc     edx
253
        inc     edx
254
        jmp     .l1
254
        jmp     .l1
255
  .l2:  ret
255
  .l2:  ret
256
debug_endf
256
debug_endf