Subversion Repositories Kolibri OS

Rev

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

Rev 6258 Rev 7548
Line 720... Line 720...
720
;--------------------------------------
720
;--------------------------------------
721
align 4
721
align 4
722
.1:
722
.1:
723
	shl	ecx,16
723
	shl	ecx,16
724
	add	ecx,eax	    ; ecx = [ Y_START | Y_SIZE ]
724
	add	ecx,eax	    ; ecx = [ Y_START | Y_SIZE ]
725
	dec	ecx
-
 
Line 726... Line 725...
726
	
725
 
727
	movzx	ebx,[edi + x_start]
726
	movzx	ebx,[edi + x_start]
728
	shl	ebx,16
727
	shl	ebx,16
729
	mov	bx,140	    ; ebx = [ X_START | X_SIZE ]
728
	mov	bx,140	    ; ebx = [ X_START | X_SIZE ]