aboutsummaryrefslogtreecommitdiff
path: root/ft_read.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_read.s')
-rw-r--r--ft_read.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/ft_read.s b/ft_read.s
index e8b0d2e..e249078 100644
--- a/ft_read.s
+++ b/ft_read.s
@@ -6,12 +6,13 @@
# By: cacharle <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/11/22 03:04:44 by cacharle #+# #+# #
-# Updated: 2019/11/22 03:04:45 by cacharle ### ########.fr #
+# Updated: 2019/11/22 21:19:13 by cacharle ### ########.fr #
# #
# **************************************************************************** #
.globl _ft_read
+# int ft_read(int, void*, size_t);
_ft_read:
mov rax, 0x2000003
syscall