Untitled

From Anonymous, 3 Years ago, written in Plain Text, viewed 56 times.
URL https://paste.bugabuse.net/view/48971265 Embed
Download Paste or View Raw
  1.         .file   "hello.c"
  2.         .section        .rodata
  3. .LC0:
  4.         .string "printf"
  5.         .text
  6. .globl main
  7.         .type   main, @function
  8. main:
  9.         pushl   %ebp
  10.         movl    %esp, %ebp
  11.         andl    $-16, %esp
  12.         subl    $16, %esp
  13.         movl    $.LC0, (%esp)
  14.         call    puts
  15.         leave
  16.         ret
  17.         .size   main, .-main
  18.         .ident  "GCC: (Ubuntu 4.4.3-4ubuntu5.1) 4.4.3"
  19.         .section        .note.GNU-stack,"",@progbits
  20.  

Reply to "Untitled"

Here you can reply to the paste above