Hello. I was asked in a scool project to obtain the assembler code generated when compiling C++ code on a unix environment.
I know in fancy IDEs theres usually an option to generate this code, but on the linux computer I have to work with, I am limited to gcc/g++ compilers and editing in vi/pico.
So, does anyone know how can I get the assembler code?
Thank you.