Advertisement
ptkrisada

hello

Sep 10th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .file   "hello.c"
  2.     .section    .rodata.str1.1,"aMS",@progbits,1
  3. .LC0:
  4.     .string "From a Chinese in Thailand!"
  5.     .section    .text.startup,"ax",@progbits
  6.     .globl  main
  7.     .type   main, @function
  8. main:
  9. .LFB3:
  10.     .cfi_startproc
  11.     subq    $8, %rsp
  12.     .cfi_def_cfa_offset 16
  13.     movl    $.LC0, %edi
  14.     call    puts
  15.     xorl    %eax, %eax
  16.     addq    $8, %rsp
  17.     .cfi_def_cfa_offset 8
  18.     ret
  19.     .cfi_endproc
  20. .LFE3:
  21.     .size   main, .-main
  22.     .ident  "GCC: (nb2 20150115) 4.8.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement