.section ".note.netbsd.ident", "a" .global _start .text _start: mov $1, %rax mov $0, %rdi syscall