aboutsummaryrefslogtreecommitdiff
path: root/ft_read.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_read.s')
-rw-r--r--ft_read.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/ft_read.s b/ft_read.s
index e69de29..c40aeaa 100644
--- a/ft_read.s
+++ b/ft_read.s
@@ -0,0 +1,6 @@
+.globl _ft_read
+
+_ft_read:
+ mov rax, 0x2000003
+ syscall
+ ret