aboutsummaryrefslogtreecommitdiff
path: root/ft_write.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_write.s')
-rw-r--r--ft_write.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/ft_write.s b/ft_write.s
index 2e26ccd..7303af0 100644
--- a/ft_write.s
+++ b/ft_write.s
@@ -6,12 +6,13 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/22 03:04:47 by cacharle #+# #+# #
-# Updated: 2019/11/22 03:04:48 by cacharle ### ########.fr #
+# Updated: 2019/11/22 21:19:02 by cacharle ### ########.fr #
# #
# **************************************************************************** #
.globl _ft_write
+# int ft_write(int, const void*, size_t);
_ft_write:
mov rax, 0x2000004
syscall