Subversion Repositories Kolibri OS

Rev

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

Rev 9715 Rev 9742
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. 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: 9715 $
8
$Revision: 9742 $
9
 
9
 
10
align 4 ;3A08
10
align 4 ;3A08
11
build_interrupt_table:
11
build_interrupt_table:
Line 691... Line 691...
691
        jnz     rmpr3
691
        jnz     rmpr3
Line 692... Line 692...
692
 
692
 
Line 693... Line 693...
693
        jmp     rmpr9
693
        jmp     rmpr9
-
 
694
 
-
 
695
  rmpr4:
-
 
696
        push    eax edx ebp  ;TODO: check using register ebp in next code
-
 
697
        mov     eax, [edi + 4]
-
 
698
        mov     edx, [edi + 8]
-
 
699
        xor     ebp, ebp
-
 
700
        inc     ebp
Line 694... Line 701...
694
 
701
        call    new_port_access_disable
695
  rmpr4:
702
        pop     ebp edx eax
696
 
703