Compile source code into Assembler instructions

gcc

  • Preprocess and compile C and C++ source files, then assemble and link them together.
    More information: <https://gcc.gnu.org>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

gcc -S {{path/to/source.c}}

click the source code to copy install gcc on any operating system with command-not-found.com