Subversion Repositories Kolibri OS

Rev

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

Rev 3168 Rev 3519
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3168 $
8
$Revision: 3519 $
9
 
9
 
10
 
10
 
Line 18... Line 18...
18
        pushad
18
        pushad
19
        Mov     ds, ax, app_data
19
        Mov     ds, ax, app_data
20
        mov     es, ax
20
        mov     es, ax
21
        inc     [timer_ticks]
21
        inc     [timer_ticks]
22
        mov     eax, [timer_ticks]
22
        mov     eax, [timer_ticks]
23
;        call    playNote       ; <<<--- Speaker driver
-
 
24
        sub     eax,[next_usage_update]
23
        sub     eax,[next_usage_update]
25
        cmp     eax,100
24
        cmp     eax,100
26
        jb      .nocounter
25
        jb      .nocounter
27
        add     [next_usage_update],100
26
        add     [next_usage_update],100
28
        call    updatecputimes
27
        call    updatecputimes