Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 551 → Rev 552

/programs/system/icon/trunk/icon.asm
40,7 → 40,7
mov edi,strip_file
mov eax,icon_data
call ReadGIF
movzx eax,word[strip_file+10]
mov eax,dword[edi+4]
shr eax,5
mov [icon_count],eax
call load_ic
727,7 → 727,7
and eax,0xfffffff8
push eax
imul eax,ICON_SIZE
lea ebx,[strip_file+12+eax]
lea ebx,[strip_file+8+eax]
mov ecx,8
mov edx,(33-18) shl 16+238
.nxt:
1078,10 → 1078,10
cmp eax,[icon_count]
ja toponly.ex
imul eax,(32*3*32)
lea edi,[eax+strip_file+12]
lea edi,[eax+strip_file+8]
xor ebx,ebx
xor ecx,ecx
mov esi,edi;strip_file+12+(32*3*32)*2
mov esi,edi;strip_file+8+(32*3*32)*2
 
mov [pixpos],0
newb:
1377,4 → 1377,6
gif_file rb GIF_SIZE
strip_file rb RAW_SIZE
 
IncludeUGlobals
 
I_END: