Subversion Repositories Kolibri OS

Rev

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

Rev 5415 Rev 5418
Line 443... Line 443...
443
		xor esi,esi
443
		xor esi,esi
444
		.cycle_4: ;for(l=0;l
444
		.cycle_4: ;for(l=0;l
445
		cmp esi,ebx
445
		cmp esi,ebx
446
		jge .cycle_4_end
446
		jge .cycle_4_end
447
			cmp esi,ecx ;if (l!=j)
447
			cmp esi,ecx ;if (l!=j)
448
			je .cycle_5_end
448
			je .if_end
449
			mov eax,esi
449
			mov eax,esi
450
			imul eax,ebx
450
			imul eax,ebx
451
			add eax,ecx
451
			add eax,ecx
452
			shl eax,2
452
			shl eax,2
453
			add eax,[m]
453
			add eax,[m]
Line 489... Line 489...
489
			inc edi
489
			inc edi
490
			jmp .cycle_5
490
			jmp .cycle_5
491
			.cycle_5_end:
491
			.cycle_5_end:
492
			ffree st0 ;t
492
			ffree st0 ;t
493
			fincstp
493
			fincstp
-
 
494
			.if_end:
494
		inc esi
495
		inc esi
495
		jmp .cycle_4
496
		jmp .cycle_4
496
		.cycle_4_end:
497
		.cycle_4_end:
497
	inc ecx
498
	inc ecx
498
	jmp .cycle_0
499
	jmp .cycle_0