Subversion Repositories Kolibri OS

Rev

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

Rev 4000 Rev 4154
Line 1308... Line 1308...
1308
.mark:
1308
.mark:
1309
	call	.mark_1
1309
	call	.mark_1
1310
	jmp	.arrow_down	
1310
	jmp	.arrow_down	
1311
;-------------------------------------------------------
1311
;-------------------------------------------------------
1312
.mark_1:
1312
.mark_1:
-
 
1313
	mov	eax,fb_folder_block
-
 
1314
	test	eax,eax
-
 
1315
	jz	.exit
-
 
1316
 
1313
	xor	eax,eax
1317
	xor	eax,eax
1314
	mov	ax,fb_start_draw_cursor_line
1318
	mov	ax,fb_start_draw_cursor_line
1315
	xor	edx,edx
1319
	xor	edx,edx
1316
	xor	ebx,ebx
1320
	xor	ebx,ebx
1317
	mov	bx,fb_line_size_y
1321
	mov	bx,fb_line_size_y
Line 1334... Line 1338...
1334
.mark_2:
1338
.mark_2:
1335
	mov	al,[esi]
1339
	mov	al,[esi]
1336
	inc	al
1340
	inc	al
1337
	and	al,1
1341
	and	al,1
1338
	mov	[esi],al
1342
	mov	[esi],al
-
 
1343
.exit:
1339
	ret
1344
	ret
1340
;-------------------------------------------------------
1345
;-------------------------------------------------------
1341
.mark_all:
1346
.mark_all:
1342
	mov	fb_temp_counter,0
1347
	mov	fb_temp_counter,0
1343
.mark_all_1:	
1348
.mark_all_1: