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