add ft_list_sort

This commit is contained in:
2025-04-06 01:39:39 +02:00
parent 34b139c60b
commit 919948abe9
11 changed files with 163 additions and 86 deletions

View File

@ -3,7 +3,7 @@ section .text
ft_strlen:
test rdi, rdi
je err
jz err
mov rsi, rdi
jmp loop_start