Subversion Repositories Kolibri OS

Rev

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

Rev 1408 Rev 1412
Line 5... Line 5...
5
#
5
#
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
.intel_syntax
7
.intel_syntax
-
 
8
 
Line 8... Line 9...
8
 
9
.globl _strncmp
9
.globl _strncmp
10
.globl _strcmp
10
 
11
 
11
.text
12
.text
12
           .align  16
13
           .align  16
-
 
14
_strncmp:
-
 
15
           mov     ecx, [esp+12]    # Maximum length
-
 
16
           jmp     __strncmp        # Common code
-
 
17
 
-
 
18
 
-
 
19
           .align  16