How does one do this?
If I want to analyze how something is getting compiled, how would I get the emitted assembly code?
If you're looking for LLVM assembly:
llvm-gcc -emit-llvm -S hello.c