Question:
How to generate assembly code (.s files) from Visual DSP project?
Answer:
The "‑save‑temps" (save intermediate files) switch directs the compiler to retain intermediate files, generated and normally removed as part of the various compilation stages. When you build the project, the assembly files generated by the Compiler (from the C source files) will be preserved in the output directory.