repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
stdlib
/
atoi.s
blob
263d14780c1a40319fd01fe72d28d33408a7ec51
1
.text
2
.p2align 4,,15
3
.globl atoi
4
.hidden atoi
5
.type atoi, @function
6
atoi
:
7
subq $
8
, %
rsp
8
movl $
10
, %
edx
9
xorl
%
esi
, %
esi
10
call strtol
11
addq $
8
, %
rsp
12
ret
13
.size atoi, .-atoi
14
.hidden strtol