1 .globl main 2 .type main, %function 3main: 4 pushq %rbp 5 movq %rsp, %rbp 6 hlt 7 movl $0x0, %eax 8 popq %rbp 9 retq 10.size main, .-main 11