Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .file   "a.c"
  2.     .def    ___main;    .scl    2;  .type   32; .endef
  3.     .section    .text.startup,"x"
  4.     .p2align 4,,15
  5.     .globl  _main
  6.     .def    _main;  .scl    2;  .type   32; .endef
  7. _main:
  8. LFB10:
  9.     .cfi_startproc
  10.     pushl   %ebp
  11.     .cfi_def_cfa_offset 8
  12.     .cfi_offset 5, -8
  13.     movl    %esp, %ebp
  14.     .cfi_def_cfa_register 5
  15.     andl    $-16, %esp
  16.     subl    $16, %esp
  17.     call    ___main
  18.     movl    12(%ebp), %eax
  19.     movl    4(%eax), %eax
  20.     movl    %eax, (%esp)
  21.     call    _atoi
  22.     xorl    %edx, %edx
  23.     leave
  24.     .cfi_restore 5
  25.     .cfi_def_cfa 4, 4
  26.     testl   %eax, %eax
  27.     cmovns  %eax, %edx
  28.     movl    %edx, %eax
  29.     ret
  30.     .cfi_endproc
  31. LFE10:
  32.     .ident  "GCC: (GNU) 4.8.1"
  33.     .def    _atoi;  .scl    2;  .type   32; .endef
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement