Hello,
I've got two questions concerning compiling assembly code with GCC on Linux.
1. Does the GCC C compiler optimize before generating assembly code?
2. Is there a way to have GCC compiling the output of disassemblers like dasm2 or objdump (with -d option), i.e. assembly code with base addresses?
Thanks
Stefan