Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     movl    $3, %eax
  2.     movl    $0, %ebx
  3.     movl    %esp, %ecx
  4.     movl    $1, %edx
  5.     int     $0x80
  6.     jz      end
  7.  
  8.     movl    (%esp), %ecx
  9.     subl    zero, %ecx
  10.  
  11.     movl    (%esp), %eax
  12.     pushl   %eax
  13.     pushl   %eax
  14. # .string "(char=%c u=%u)\n"
  15.     leal    printf_format, %eax
  16.     pushl   %eax
  17.     call    printf
  18.     addl    $12, %esp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement