Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .file "test.c"
  2. .section .rodata
  3. .LC0:
  4. .string "hi"
  5. .text
  6. .globl main
  7. .type main, @function
  8. main:
  9. .LFB0:
  10. .cfi_startproc
  11. pushq %rbp
  12. .cfi_def_cfa_offset 16
  13. .cfi_offset 6, -16
  14. movq %rsp, %rbp
  15. .cfi_def_cfa_register 6
  16. leaq .LC0(%rip), %rdi
  17. movl $0, %eax
  18. call printf@PLT
  19. movl $0, %eax
  20. popq %rbp
  21. .cfi_def_cfa 7, 8
  22. ret
  23. .cfi_endproc
  24. .LFE0:
  25. .size main, .-main
  26. .ident "GCC: (Debian 6.3.0-18) 6.3.0 20170516"
  27. .section .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement