start+x86_64.s (259B)
1 .section ".note.netbsd.ident", "a" 2 .long 2f-1f 3 .long 4f-3f 4 .long 1 5 1: .asciz "NetBSD" 6 2: .p2align 2 7 3: .long 199905 8 4: .p2align 2 9 10 .text 11 .global _start 12 _start: 13 xor %rbp, %rbp 14 movq %rsp, %rdi 15 andq $-16, %rsp 16 call rt.start_ha