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_read.s
blob: c40aeaa0fbc161461208d0b9a501458dd60172dc (
plain
)
1
2
3
4
5
6
.globl _ft_read
_ft_read
:
mov rax
,
0x2000003
syscall ret