aboutsummaryrefslogtreecommitdiff
path: root/ft_write.s
diff options
context:
space:
mode:
Diffstat (limited to 'ft_write.s')
-rw-r--r--ft_write.s4
1 files changed, 4 insertions, 0 deletions
diff --git a/ft_write.s b/ft_write.s
new file mode 100644
index 0000000..a21ec45
--- /dev/null
+++ b/ft_write.s
@@ -0,0 +1,4 @@
+_ft_write:
+ mov eax, 4
+ int 0x80
+ ret