pr19807-2.s 111 B

12345678
  1. .globl _start
  2. .type _start, @function
  3. _start:
  4. movl $foo, %eax
  5. .size _start, .-_start
  6. .data
  7. foo:
  8. .quad 0