prob3.c 핸드레이
prob3.c 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101Dump of assembler code for function main:0x8048400 : push %ebp //복귀주소 0x8048401 : mov %ebp,%esp0x8048403 : sub %esp,32 //32바이트 공간 할당 0x8048406 : push %edi //백업0x8048407 : push %esi //백업0x8048408 ..