prob2.c 핸드레이
prob2.c 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172Dump of assembler code for function main:0x8048470 : push %ebp //새로운 스택프레임 형성 0x8048471 : mov %ebp,%esp0x8048473 : sub %esp,16 //16바이트 공간 할당 0x8048476 : lea %eax,[%ebp-16]0x8048479 : push %eax //변수의 첫번째 주소 push 0x804847a : push 0x8048560 // '%s' push0x804..