Subversion Repositories Kolibri OS

Rev

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

Rev 1989 Rev 1992
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2009. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2009. 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 8... Line 8...
8
$Revision: 1989 $
8
$Revision: 1992 $
9
 
9
 
Line 117... Line 117...
117
	   jmp .main
117
	   jmp .main
118
align 4
118
align 4
119
.irq_5:
119
.irq_5:
120
	   push 5
120
	   push 5
121
	   jmp .main
121
	   jmp .main
122
; align 4
122
align 4
123
; .irq_6:
123
.irq_6:
124
;	   push 6
124
	   push 6
125
;	   jmp .main
125
	   jmp .main
126
align 4
126
align 4
127
.irq_7:
127
.irq_7:
128
	   push 7
128
	   push 7
129
	   jmp .main
129
	   jmp .main
130
align 4
130
align 4
Line 169... Line 169...
169
	   mov	 es, bx
169
	   mov	 es, bx
Line 170... Line 170...
170
 
170
 
171
	   cmp	 [v86_irqhooks+eax*8], 0
171
	   cmp	 [v86_irqhooks+eax*8], 0
Line -... Line 172...
-
 
172
	   jnz	 v86_irq
-
 
173
 
-
 
174
	   cmp   al, 6
-
 
175
	   jnz   @f
-
 
176
	   push  eax
-
 
177
	   call  [fdc_irq_func]
-
 
178
	   pop   eax
172
	   jnz	 v86_irq
179
@@:
173
 
180
 
174
	   cmp   al, 14
181
	   cmp   al, 14
175
	   jnz   @f
182
	   jnz   @f
176
	   push  eax
183
	   push  eax