Subversion Repositories Kolibri OS

Rev

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

Rev 4489 Rev 4505
Line 217... Line 217...
217
;--------------------------------------
217
;--------------------------------------
218
@@:
218
@@:
219
	mov	eax,edi
219
	mov	eax,edi
220
	sub	eax,ebx
220
	sub	eax,ebx
221
	sub	eax,6
221
	sub	eax,6
222
.@@111:
-
 
223
	mov	[ebx],eax
222
	mov	[ebx],eax ; size of current string
224
	test	edx,edx
-
 
225
	jz	@f
-
 
Line 226... Line -...
226
 
-
 
227
	test	eax,eax
-
 
228
	jz	@f
-
 
229
 
-
 
230
	mov	[ebx+4],word EDITOR_LINE_FLAG_MOFIFIED
-
 
231
@@:
223
 
232
	mov	ebx,edi
224
	mov	ebx,edi
233
	add	edi,6
225
	add	edi,6
234
	inc	edx
226
	inc	edx
235
	jmp	.loop
227
	jmp	.loop