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