Subversion Repositories Kolibri OS

Rev

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

Rev 2455 Rev 3534
Line 17... Line 17...
17
;;                                                              ;;
17
;;                                                              ;;
18
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
18
;;10.01.2007 Bugfix for checksum function from Paolo Franchetti ;;
19
;;                                                              ;;
19
;;                                                              ;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
20
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
$Revision: 2455 $
22
$Revision: 3534 $
23
 
23
 
24
 
24
 
Line 189... Line 189...
189
        out     0x70, al
189
        out     0x70, al
190
        in      al, 0x71
190
        in      al, 0x71
191
        mov     [last_1sTick], al
191
        mov     [last_1sTick], al
192
        ret
192
        ret
Line -... Line 193...
-
 
193
 
-
 
194
; Wakeup every tick.
-
 
195
proc stack_handler_has_work?
-
 
196
        mov     eax, [timer_ticks]
-
 
197
        cmp     eax, [last_1hsTick]
-
 
198
        ret
Line 193... Line 199...
193
 
199
endp
194
 
200
 
195
 
201