diff options
Diffstat (limited to 'ft_write.s')
| -rw-r--r-- | ft_write.s | 4 |
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 |
