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: 782ef00d8931d0405193b34cbe213afaeb53454b (
plain
)
1
2
3
4
5
6
7
.globl _start _start: mov 60, %rax xor %rdi, %rdi syscall