Daniel M. answered 05/31/19
Tutor
4.9
(100)
Over 25 years as a Senior Software Engineer Specializing in C++
With the gcc compiler use the "-S" command line option to generate a file with an extension of '.s' that contains the GNU assembler instructions for the C code.
-Daniel