Subversion Repositories Kolibri OS

Rev

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

Rev 2118 Rev 2167
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 2118 $
14
$Revision: 2167 $
15
 
15
 
16
 
16
 
Line 118... Line 118...
118
  reg_esp0      equ esp+0x0C
118
  reg_esp0      equ esp+0x0C
119
  reg_ebp       equ esp+0x08
119
  reg_ebp       equ esp+0x08
120
  reg_esi       equ esp+0x04
120
  reg_esi       equ esp+0x04
121
  reg_edi       equ esp+0x00
121
  reg_edi       equ esp+0x00
Line -... Line 122...
-
 
122
 
122
 
123
	    mov	ax, app_data	    ;èñêëþ÷åíèå
123
        Mov     ds,ax,app_data  ; çàãðóçèì ïðàâèëüíûå çíà÷åíè
124
	    mov	ds, ax		        ;çàãðóçèì ïðàâèëüíûå çíà÷åíèÿ
124
        mov     es,ax           ; â ñåãìåíòíûå ðåãèñòðû
125
	    mov	es, ax		        ;â ðåãèñòðû
125
        cld                     ; è ïðèâîäèì DF ê ñòàíäàðòó
126
        cld                     ; è ïðèâîäèì DF ê ñòàíäàðòó
126
        movzx   ebx,bl
127
        movzx   ebx,bl
127
; redirect to V86 manager? (EFLAGS & 0x20000) != 0?
128
; redirect to V86 manager? (EFLAGS & 0x20000) != 0?
128
        test    byte[reg_eflags+2],2
129
        test    byte[reg_eflags+2],2