Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 3598
Line 2... Line 2...
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. 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: 2455 $
7
$Revision: 3598 $
Line 8... Line 8...
8
 
8
 
9
_esp equ esp
9
_esp equ esp
Line 276... Line 276...
276
        push    eax
276
        push    eax
277
        mov     al, '-'
277
        mov     al, '-'
278
        call    fdo_debug_outchar
278
        call    fdo_debug_outchar
279
        pop     eax
279
        pop     eax
280
    @@:
280
    @@:
281
        push    10
-
 
282
        pop     ecx
281
        movi    ecx, 10
283
        push    -'0'
282
        push    -'0'
284
  .l1:
283
  .l1:
285
        xor     edx, edx
284
        xor     edx, edx
286
        div     ecx
285
        div     ecx
287
        push    edx
286
        push    edx