Subversion Repositories Kolibri OS

Rev

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

Rev 2130 Rev 2166
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: 2130 $
14
$Revision: 2166 $
15
 
15
 
16
 
16
 
Line 126... Line 126...
126
  reg_ebp       equ esp+0x08
126
  reg_ebp       equ esp+0x08
127
  reg_esi       equ esp+0x04
127
  reg_esi       equ esp+0x04
128
  reg_edi       equ esp+0x00
128
  reg_edi       equ esp+0x00
Line 129... Line 129...
129
 
129
 
130
	mov	ax, app_data	;èñêëþ÷åíèå
130
	    mov	ax, app_data	    ;èñêëþ÷åíèå
131
	mov	ds, ax		;çàãðóçèì ïðàâèëüíûå çíà÷åíè
131
	    mov	ds, ax		        ;çàãðóçèì ïðàâèëüíûå çíà÷åíèÿ
132
	mov	es, ax		;â ðåãèñòðû
132
	    mov	es, ax		        ;â ðåãèñòðû
133
        cld                     ; è ïðèâîäèì DF ê ñòàíäàðòó
133
        cld                     ; è ïðèâîäèì DF ê ñòàíäàðòó
134
        movzx   ebx,bl
134
        movzx   ebx,bl
135
; redirect to V86 manager? (EFLAGS & 0x20000) != 0?
135
; redirect to V86 manager? (EFLAGS & 0x20000) != 0?