This shows you the differences between two versions of the page.
Previous revision | |||
— | fuss:gcc [2022/04/19 08:28] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Generate Assembly Code ====== | ||
+ | |||
+ | To generate the assembler output from a program' | ||
+ | <code bash> | ||
+ | gcc -O0 -S -c program.c | ||
+ | </ | ||
+ | which will leave the generated assembly code on the file '' | ||
+ | |||
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.