.file "Hello.c" .version "01.01" gcc2_compiled.: .section .rodata .LC0: .string "Hello %s\n" .text .align 4 .globl main .type main,@function main: pushl %ebp movl %esp,%ebp subl $8,%esp movl 12(%ebp),%eax addl $-8,%esp movl (%eax),%eax pushl %eax pushl $.LC0 call printf addl $-12,%esp pushl $1 call exit .Lfe1: .size main,.Lfe1-main .ident "GCC: (GNU) 2.95.1 19990816 (release)"