What a Compiler Turns Your C Code Into
What a Compiler Turns Your C Code Into

What a Compiler Turns Your C Code Into

Author
Shiv Bade
Tags
Published
September 27, 2005
Featured
Slug
Tweet
This article shows very simple C programs (compiled with GCC) and how they look as assembler, with almost line by line annotations. Covers variable storage, variable initialization, pointers, switch statement, etc.