Subversion Repositories Kolibri OS

Rev

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

Rev 2059 Rev 2093
Line 193... Line 193...
193
	xor	eax,eax		     
193
	xor	eax,eax		     
194
	mov	ebx,100*65536+280
194
	mov	ebx,100*65536+280
195
	mov	ecx,90*65536+260
195
	mov	ecx,90*65536+260
196
	mov	edx,[sc.work]
196
	mov	edx,[sc.work]
197
	or	edx,0x33000000
197
	or	edx,0x33000000
198
	mov	edi,title	       ; Draw Window Label Text
198
	mov	edi,fullpath_open	;title	       ; Draw Window Label Text
199
	mcall
199
	mcall
Line 200... Line 200...
200
 
200
 
Line 201... Line 201...
201
	mcall	9,PROCESSINFO,-1
201
	mcall	9,PROCESSINFO,-1
Line 341... Line 341...
341
.cycle:
341
.cycle:
342
	lodsb
342
	lodsb
343
	test	eax,eax
343
	test	eax,eax
344
	jnz	.cycle
344
	jnz	.cycle
Line 345... Line 345...
345
 
345
 
346
	sub	esi,4
346
	sub	esi,5
347
	cmp	esi,[edit2.text]
347
	cmp	esi,[edit2.text]
Line 348... Line 348...
348
	jle	.short_fn
348
	jle	.short_fn
349
	
349
	
Line 624... Line 624...
624
	
624
	
625
	cmp	[_run_outfile],0
625
	cmp	[_run_outfile],0
626
	je	@f
626
	je	@f
627
	mov	edx,outfile
627
	mov	edx,outfile
628
	call	make_fullpaths
-
 
629
	mov	eax,70
-
 
630
	mov	ebx,file_info_start
628
	call	make_fullpaths
631
	xor	ecx,ecx
629
	xor	ecx,ecx
632
	mcall
630
	mcall	70,file_info_start
633
@@:
631
@@:
634
	jmp	exit_program
632
	jmp	exit_program
635
;---------------------------------------------------------------------
633
;---------------------------------------------------------------------
636
include 'system.inc'
634
include 'system.inc'