index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
true
/
arch
/
x86_64
/
true.s
blob: 6eabd296518fd0f0732307af7b3cdafe4358a33a (
plain
)
1
2
3
4
5
6
.globl _start _start: mov $60, %rax xor %rdi, %rdi syscall