You should use GCC’s -fverbose-asm
option. It makes the compiler output additional information (in the form of comments) that make it easier to understand the assembly code’s relationship to the original C/C++ code.
You should use GCC’s -fverbose-asm
option. It makes the compiler output additional information (in the form of comments) that make it easier to understand the assembly code’s relationship to the original C/C++ code.