Subversion Repositories Kolibri OS

Rev

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

Rev 1206 Rev 1318
Line 2... Line 2...
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 1206 $
7
$Revision: 1318 $
8
 
8
 
9
 
9
 
Line 284... Line 284...
284
        call    fdo_debug_outchar
284
	call	fdo_debug_outchar
285
        jmp     .l2
285
	jmp	.l2
286
  .l3:  ret
286
  .l3:	ret
287
debug_endf
287
debug_endf
Line 288... Line -...
288
 
-
 
289
debug_func fdo_debug_outhex
288
 
-
 
289
  __fdo_hexdigits db '0123456789ABCDEF'
-
 
290
debug_func fdo_debug_outhex
290
  __fdo_hexdigits db '0123456789ABCDEF'
291
 
291
debug_beginf
292
debug_beginf
292
        mov     cl,dl
293
	mov	cl,dl
293
        neg     cl
294
	neg	cl
294
        add     cl,8
295
	add	cl,8