Subversion Repositories Kolibri OS

Rev

Rev 1438 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1438 Rev 1469
Line 107... Line 107...
107
	je	.4
107
	je	.4
108
	mov	edi,od_com_area
108
	mov	edi,od_com_area
109
	add	edi,4096-256
109
	add	edi,4096-256
Line 110... Line 110...
110
 
110
 
111
	mov	esi,od_filename_area
-
 
112
;	xor	eax,eax
-
 
113
;	mov	al,[esi]
-
 
114
;	test	eax,eax
111
	mov	esi,od_filename_area
115
	test	esi,esi
112
	test	esi,esi
116
	jnz	@f
113
	jnz	@f
117
	mov	esi,.null
114
	mov	esi,.null
118
@@:
115
@@:
Line 132... Line 129...
132
 
129
 
133
	mcall	70,start_open_dialog
130
	mcall	70,start_open_dialog
134
	shr	eax,31
131
	shr	eax,31
135
	test	eax,eax
132
	test	eax,eax
136
	jnz	.1
-
 
137
	jmp	.still
-
 
138
.red:
-
 
139
	pusha
-
 
140
	call	od_draw_window
-
 
141
	popa
133
	jnz	.1
142
.still:
134
.still:
143
	mcall	23,50
135
	mcall	23,50
144
	cmp	eax,1
136
	cmp	eax,1
-
 
137
	jne	@f
-
 
138
	pusha
-
 
139
	call	od_draw_window
-
 
140
	popa
145
	je	.red
141
@@:
146
	mov	eax,od_com_area
142
	mov	eax,od_com_area
147
	movzx	ebx,word [eax]
143
	movzx	ebx,word [eax]
148
	test	ebx,ebx
144
	test	ebx,ebx
149
	jz	.still
145
	jz	.still