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: 9cd1d3fa0ae2e157d29c508a310e37135eef53a0 (
plain
)
1
2
3
4
5
6
.globl _ft_write
_ft_write
:
mov rax
,
0x2000004
syscall ret