How does one do this?
If I want to analyze how something is getting compiled, how would I get the emitted assembly code?
Use "-S" as an option. It displays the assembly output in the terminal.