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