# **************************************************************************** # # # # ::: :::::::: # # ft_write.s :+: :+: :+: # # +:+ +:+ +:+ # # By: cacharle +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2019/11/22 03:04:47 by cacharle #+# #+# # # Updated: 2019/11/22 03:04:48 by cacharle ### ########.fr # # # # **************************************************************************** # .globl _ft_write _ft_write: mov rax, 0x2000004 syscall ret