Subversion Repositories Kolibri OS

Rev

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

Rev 647 Rev 7418
Line 29... Line 29...
29
        xor edi,edi
29
        xor edi,edi
30
        next_simbol_check:
30
        next_simbol_check:
Line 31... Line 31...
31
 
31
 
32
        xor eax,eax
32
        xor eax,eax
-
 
33
        mov al,[ecx]
33
        mov al,[ecx]
34
;	siemargl moved to post-check
34
        test al,al
35
;        test al,al
Line 35... Line 36...
35
        jz exit_check_simbol
36
;        jz exit_check_simbol
36
 
37
 
37
                xor edx,edx
38
                xor edx,edx
38
                mov dl,[esi]
39
                mov dl,[esi]
39
                cmp al,dl
40
                cmp al,dl
40
                je simbols_equvalent
41
                je simbols_equvalent
41
                        add edi,1
42
                        add edi,1
-
 
43
                        jmp exit_check_simbol
-
 
44
                simbols_equvalent:
Line 42... Line 45...
42
                        jmp exit_check_simbol
45
        test al,al
Line 43... Line 46...
43
                simbols_equvalent:
46
        jz exit_check_simbol
44
 
47