Added tester and commentary to asm files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user