add: ft_write
This commit is contained in:
8
src/ft_write.asm
Normal file
8
src/ft_write.asm
Normal file
@ -0,0 +1,8 @@
|
||||
section .note.GNU-stack noalloc noexec progbits
|
||||
section .text
|
||||
global ft_write
|
||||
|
||||
ft_write:
|
||||
mov rax, 1
|
||||
syscall
|
||||
ret
|
Reference in New Issue
Block a user