c and IA32 assembly languauge

What is to key to translating code written in C into assembly code?
Assuming you are using GCC:

gcc -S file.c -o file.asm
Topic archived. No new replies allowed.