Subversion Repositories Kolibri OS

Rev

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

Rev 4814 Rev 4822
Line 147... Line 147...
147
    inc     ebx
147
    inc     ebx
148
    cmpe    [eax], byte "M", .set_icon
148
    cmpe    [eax], byte "M", .set_icon
149
    inc     ebx
149
    inc     ebx
150
    cmpe    [eax], byte "D", .set_icon
150
    cmpe    [eax], byte "D", .set_icon
151
    inc     ebx
151
    inc     ebx
152
    cmpe    [eax], byte "P", .set_icon
152
    cmpe    [eax], byte "S", .set_icon
Line 153... Line 153...
153
 
153
 
Line 154... Line 154...
154
    jmp     .next_char
154
    jmp     .next_char
155
 
155