clean
This commit is contained in:
parent
fdc1923211
commit
27f25d2cea
@ -6,7 +6,9 @@ section .text
|
|||||||
loop:
|
loop:
|
||||||
cmp BYTE [rdi + rcx], 0
|
cmp BYTE [rdi + rcx], 0
|
||||||
je out
|
je out
|
||||||
|
|
||||||
inc rcx
|
inc rcx
|
||||||
|
|
||||||
jmp loop
|
jmp loop
|
||||||
out:
|
out:
|
||||||
mov rax, rcx
|
mov rax, rcx
|
||||||
|
Loading…
Reference in New Issue
Block a user