Subversion Repositories Kolibri OS

Rev

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

Rev 4988 Rev 5832
Line 2622... Line 2622...
2622
		je @f
2622
		je @f
Line 2623... Line 2623...
2623
 
2623
 
2624
		mov al,byte[edx]
2624
		mov al,byte[edx]
2625
		mov byte[ebx],al
2625
		mov byte[ebx],al
-
 
2626
		inc ebx
-
 
2627
		cmp al,13
-
 
2628
		jne .no_13
-
 
2629
			mov byte[ebx],10 ;¤¥« ¥¬ ª®­¥æ áâப¨ ¢ ¡ãä¥à¥ 13,10 ¤«ï ᮢ¬¥á⨬®áâ¨ á ¤à㣨¬¨ ¯à®£à ¬¬ ¬¨
-
 
2630
			inc ebx
-
 
2631
			inc ecx
Line 2626... Line 2632...
2626
		inc ebx
2632
		.no_13:
2627
 
2633
		
2628
		call ted_iterat_next
2634
		call ted_iterat_next
2629
		jmp @b
2635
		jmp @b