Subversion Repositories Kolibri OS

Rev

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

Rev 8985 Rev 8986
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2007-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2007-2021. 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: 8869 $
8
$Revision: 8986 $
9
 
9
 
Line 10... Line 10...
10
; Virtual-8086 mode manager
10
; Virtual-8086 mode manager
Line 683... Line 683...
683
@@:
683
@@:
684
        call    sys_msg_board_str
684
        call    sys_msg_board_str
685
if DEBUG_SHOW_IO
685
if DEBUG_SHOW_IO
686
        mov     edx, ebx
686
        mov     edx, ebx
687
        mov     ebx, 200
687
        mov     ebx, 200
688
        call    delay_hs
688
        call    sys_delay_hs
689
        mov     esi, [esp+v86_regs.size+10h+4]
689
        mov     esi, [esp+v86_regs.size+10h+4]
690
        mov     eax, [esi+V86_machine.iopm]
690
        mov     eax, [esi+V86_machine.iopm]
691
@@:
691
@@:
692
        btr     [eax], edx
692
        btr     [eax], edx
693
        inc     edx
693
        inc     edx