Subversion Repositories Kolibri OS

Rev

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

Rev 7859 Rev 7863
Line 450... Line 450...
450
	mov	[output_file],outfile
450
	mov	[output_file],outfile
451
	
451
	
Line 452... Line 452...
452
	call	init_memory
452
	call	init_memory
Line 453... Line 453...
453
	
453
	
454
	call	make_timestamp
454
	call	get_tickcount
Line 455... Line 455...
455
	mov	[start_time],eax
455
	mov	[start_time],eax
456
	
456
	
457
	call	preprocessor
457
	call	preprocessor
Line 468... Line 468...
468
	inc	eax
468
	inc	eax
469
	call	display_number
469
	call	display_number
470
	mov	esi,_passes_suffix
470
	mov	esi,_passes_suffix
471
	call	display_string
471
	call	display_string
472
	call	make_timestamp
472
	call	get_tickcount
473
	sub	eax,[start_time]
473
	sub	eax,[start_time]
474
	xor	edx,edx
474
	xor	edx,edx
475
	mov	ebx,100
475
	mov	ebx,100
476
	div	ebx
476
	div	ebx
477
	or	eax,eax
477
	or	eax,eax
478
	jz	display_bytes_count
478
	jz	display_bytes_count