changed atoi
This commit is contained in:
parent
cf0d5fa5cb
commit
bd059e097f
1 changed files with 5 additions and 0 deletions
5
atoi.asm
5
atoi.asm
|
@ -33,6 +33,10 @@ _exitloopasd12:
|
|||
|
||||
add r8, rdi
|
||||
|
||||
dec r8
|
||||
push r8
|
||||
inc r8
|
||||
|
||||
|
||||
mov rcx, 1
|
||||
_loop2asd12:
|
||||
|
@ -78,6 +82,7 @@ _loop3asd12:
|
|||
|
||||
|
||||
_endasdasd23123:
|
||||
pop r8
|
||||
mov rax, [r8]
|
||||
ret
|
||||
|
||||
|
|
Loading…
Reference in a new issue