Hi, I want to compile a C code into assembly code. I want to see the assembly output for every line in C. I have done that in Borland C but I dodnt know how I can do that using gcc. I tried using "gcc -S" but this gives only the assembly output and not the C code associated with that. Can anyone give me any information or point me to any links where I can get more information? Thanks for the help in advance. Thanks Sreekumar