Added tester and commentary to asm files

This commit is contained in:
2024-06-23 20:56:34 +02:00
parent eb33c211ba
commit bfceb18b34
5 changed files with 18 additions and 17 deletions

View File

@@ -23,4 +23,4 @@ ft_write:
neg rdx ; we neg the syscall return value to put it in errno
mov [rax], rdx ; *errno_location = value
mov rax, -1 ; we return -1
ret
ret