Guest User

Untitled

a guest
Jun 15th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .file   "test.c"
  2.     .text
  3.     .p2align 4,,15
  4.     .globl  function
  5.     .type   function, @function
  6. function:
  7. .LFB0:
  8.     .cfi_startproc
  9.     rep
  10.     ret
  11.     .cfi_endproc
  12. .LFE0:
  13.     .size   function, .-function
  14.     .section    .rodata.str1.1,"aMS",@progbits,1
  15. .LC0:
  16.     .string "%d\n"
  17.     .section    .text.startup,"ax",@progbits
  18.     .p2align 4,,15
  19.     .globl  main
  20.     .type   main, @function
  21. main:
  22. .LFB1:
  23.     .cfi_startproc
  24.     pushl   %ebp
  25.     .cfi_def_cfa_offset 8
  26.     .cfi_offset 5, -8
  27.     movl    %esp, %ebp
  28.     .cfi_def_cfa_register 5
  29.     andl    $-16, %esp
  30.     subl    $16, %esp
  31.     movl    $1, 4(%esp)
  32.     movl    $.LC0, (%esp)
  33.     call    printf
  34.     leave
  35.     .cfi_restore 5
  36.     .cfi_def_cfa 4, 4
  37.     ret
  38.     .cfi_endproc
  39. .LFE1:
  40.     .size   main, .-main
  41.     .ident  "GCC: (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1"
  42.     .section    .note.GNU-stack,"",@progbits
Add Comment
Please, Sign In to add comment