Subversion Repositories Kolibri OS

Rev

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

Rev 408 Rev 409
Line 145... Line 145...
145
    mov  edx,REC_SIZE
145
    mov  edx,REC_SIZE
146
    imul edx,dword [icons]
146
    imul edx,dword [icons]
147
    mov  [ebx+12],edx
147
    mov  [ebx+12],edx
148
    mov  esi,iconlst
148
    mov  esi,iconlst
149
    call lst_path
149
    call lst_path
-
 
150
    mov eax,70
150
    int 0x40
151
    int 0x40
Line 151... Line 152...
151
 
152
 
152
    ; (2) terminate all icons
153
    ; (2) terminate all icons
153
    mov  eax,9
154
    mov  eax,9
Line 166... Line 167...
166
    cmp  edi,[ebx+30]
167
    cmp  edi,[ebx+30]
167
    je   newread
168
    je   newread
168
    cmp  esi,eax
169
    cmp  esi,eax
169
    jg   all_terminated
170
    jg   all_terminated
Line 170... Line 171...
170
 
171
 
171
    cmp  [I_END+10],dword 'ICON'
172
    cmp  [I_END+10],dword '@ICO'
172
    jne  newread
173
    jne  newread
173
    mov  eax,51
174
    mov  eax,51
174
    cmp  eax,[I_END+42]
175
    cmp  eax,[I_END+42]
175
    jne  newread
176
    jne  newread