index
:
libasm.git
linux
master
School project: Introduction to assembly, small x86_64 lib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ft_write.s
blob: a21ec4538d54c7c5c274aa66d8e48ab2c751f2ad (
plain
)
1
2
3
4
_ft_write
:
mov eax
,
4
int
0x80
ret