Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2012 17:35
Show Gist options
  • Select an option

  • Save anonymous/2859294 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/2859294 to your computer and use it in GitHub Desktop.
stdin
.file ""
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
movq %rsp, %rbp
.cfi_offset 6, -16
.cfi_def_cfa_register 6
movl $0, %eax
leave
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (Gentoo 4.5.3-r2 p1.1, pie-0.4.7) 4.5.3"
.section .note.GNU-stack,"",@progbits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment