This commit is contained in:
starnakin 2024-09-05 18:41:46 +02:00
parent fdc1923211
commit 27f25d2cea

View File

@ -6,7 +6,9 @@ section .text
loop:
cmp BYTE [rdi + rcx], 0
je out
inc rcx
jmp loop
out:
mov rax, rcx