summaryrefslogtreecommitdiff
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