Subversion Repositories Kolibri OS

Rev

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

Rev 1572 Rev 1580
Line 40... Line 40...
40
     jne    .is_not_pcx
40
     jne    .is_not_pcx
41
    cmp     [edi+pcx_header.version],  5
41
    cmp     [edi+pcx_header.version],  5
42
     jne    .is_not_pcx
42
     jne    .is_not_pcx
43
    cmp     [edi+pcx_header.encoding],  1
43
    cmp     [edi+pcx_header.encoding],  1
44
     jne    .is_not_pcx
44
     jne    .is_not_pcx
45
    cmp     [esi+pcx_header.reserved],  0
45
    cmp     [edi+pcx_header.reserved],  0
46
     jne    .is_not_pcx
46
     jne    .is_not_pcx
Line 47... Line 47...
47
 
47
 
48
    add     edi,    pcx_header.filler
48
    add     edi,    pcx_header.filler
49
    xor     al,     al
49
    xor     al,     al