summaryrefslogtreecommitdiff
path: root/bin/true/arch/x86_64/true.s
blob: 9e5ab6822de13b3923a6bea88ae3083201ade9f7 (plain)
1
2
3
4
5
6
.globl _start

_start:
    mov 60, %rax
    xor %rdi, %rdi
    syscall