clean: indent
This commit is contained in:
parent
b3a4690a85
commit
50d50092bf
@ -3,7 +3,8 @@ section .text
|
||||
|
||||
ft_strcmp:
|
||||
mov rcx, 0
|
||||
loop:
|
||||
|
||||
loop:
|
||||
mov dl, [rsi + rcx]
|
||||
mov bl, [rdi + rcx]
|
||||
|
||||
@ -15,7 +16,8 @@ section .text
|
||||
|
||||
inc rcx
|
||||
jmp loop
|
||||
out:
|
||||
|
||||
out:
|
||||
sub bl, dl
|
||||
movsx rax, bl
|
||||
ret
|
Loading…
Reference in New Issue
Block a user