Subversion Repositories Kolibri OS

Rev

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

Rev 2465 Rev 2987
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. 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
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 91... Line 91...
91
        jnz     @f
91
        jnz     @f
Line 92... Line 92...
92
 
92
 
93
        mov     esi, msgErrAtchIRQ
93
        mov     esi, msgErrAtchIRQ
Line 94... Line 94...
94
        call    SysMsgBoardStr
94
        call    SysMsgBoardStr
95
 
95
 
Line 96... Line 96...
96
        stdcall GetIntHandler, sb_irq_num
96
;        stdcall GetIntHandler, sb_irq_num
97
        call    SysMsgBoardNum
97
;        call    SysMsgBoardNum
98
 
98
 
99
        jmp     .stop
99
        jmp     .stop