Subversion Repositories Kolibri OS

Rev

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

Rev 3945 Rev 4274
Line 130... Line 130...
130
	dec	esi
130
	dec	esi
131
	cmp	[esi], dword ',run'
131
	cmp	[esi], dword ',run'
132
	jne	@f
132
	jne	@f
133
	mov	[_run_outfile],1
133
	mov	[_run_outfile],1
134
@@:
134
@@:
-
 
135
	cmp	[esi], dword ',dbg'
-
 
136
	jne	@f
-
 
137
	mov	[_run_outfile],2
-
 
138
@@:
135
	mov	[_mode],CONSOLE_MODE
139
	mov	[_mode],CONSOLE_MODE
136
	jmp	start
140
	jmp	start
137
;---------------------------------------------------------------------
141
;---------------------------------------------------------------------
138
start_1:
142
start_1:
139
;sys_
143
;sys_
Line 660... Line 664...
660
	cmp	[_run_outfile],0
664
	cmp	[_run_outfile],0
661
	je	@f
665
	je	@f
662
	mov	edx,outfile
666
	mov	edx,outfile
663
	call	make_fullpaths
667
	call	make_fullpaths
664
	xor	ecx,ecx
668
	xor	ecx,ecx
-
 
669
 
-
 
670
	cmp	[_run_outfile],2 ; param is ',dbg'
-
 
671
	jne	run
-
 
672
	mcall	70,file_info_debug
-
 
673
	jmp	@f
-
 
674
run:
665
	mcall	70,file_info_start
675
	mcall	70,file_info_start
666
@@:
676
@@:
667
	jmp	exit_program
677
	jmp	exit_program
668
;---------------------------------------------------------------------
678
;---------------------------------------------------------------------
669
include 'system.inc'
679
include 'system.inc'