Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6619 → Rev 6769

/programs/demos/3DS/TWO_TEX.INC
788,7 → 788,9
mov ecx,.y
or ecx,ecx
jl .bl_end
cmp cx,word[size_y_var] ;SIZE_Y
mov dx,word[size_y_var]
dec dx
cmp cx,dx ;word[size_y_var] ;SIZE_Y
jge .bl_end
 
cmp eax,ebx
827,6 → 829,7
push eax ebx ;store x1, x2
mov ebx,.x1
movzx edx,word[size_x_var]
dec edx
cmp ebx,edx
; cmp bx,word[size_x_var] ;SIZE_X
jg .bl_end