1. .text
  2. .globl _start
  3. _start:
  4. movq $60, %rax
  5. movq $0, %rdi
  6. syscall