buildkit/util/archutil/fixtures/exit.amd64.s

7 lines
71 B
ArmAsm

.global _start
.text
_start:
mov $60, %rax
xor %rdi, %rdi
syscall