abc.o: file format elf32-i386 Disassembly of section .text: 00000000 : abc(): /home/faculty4/squire/c/abc.c:4 /* abc.c for libax.a test */ #include void abc() { 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 83 ec 08 sub $0x8,%esp /home/faculty4/squire/c/abc.c:5 printf("In abc \n"); 6: 83 ec 0c sub $0xc,%esp 9: 68 00 00 00 00 push $0x0 e: e8 fc ff ff ff call f 13: 83 c4 10 add $0x10,%esp /home/faculty4/squire/c/abc.c:6 } 16: c9 leave 17: c3 ret