How to turn C Code into Assembly Code that a dissasembler would produce, using GCC?
I want to learn Assembly so I can reverse engineer disassembled Programs eventualy. I figured it would be best to learn C with Assembly side by side.
I know now that there are different stages involved into making C code into an executable.
My Question now is into what Stage I should compile the C Code so I have Assembly code which I would expect in a Dissasembler?