6.2.4 Assembly Compilation
A mix of C/C++ and assembly code can be compiled together using the compiler (5.4 Project Flow). For more details, see the 17 Mixing C/C++ and Assembly Code section.
Additionally, the compiler may be used to generate assembly code
(.s) from C/C++ code
(.c/.cpp) using the
-S option. The assembly output may then be used in
subsequent compilation using the command-line driver.
