Subversion Repositories Kolibri OS

Rev

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

Rev 788 Rev 789
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2007-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2007-2008. 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: 788 $
8
$Revision: 789 $
9
 
9
 
Line 10... Line 10...
10
; Virtual-8086 mode manager
10
; Virtual-8086 mode manager
Line 844... Line 844...
844
;        ret
844
;        ret
Line 845... Line 845...
845
 
845
 
846
v86_irq:
846
v86_irq:
847
; push irq/pushad/jmp v86_irq
847
; push irq/pushad/jmp v86_irq
848
; eax = irq
848
; eax = irq
849
        lea     esi, [esp+18h]
849
        lea     esi, [esp+1Ch]
850
        lea     edi, [esi+4]
850
        lea     edi, [esi+4]
851
        mov     ecx, 8
851
        mov     ecx, 8
852
        std
852
        std
853
        rep     movsd
853
        rep     movsd