Re: Why gcc translate a c program into assemble as follow



this is for stack alignment purposes

i dont recommend understanding this issue. gcc will produce two
different asm codes if you compile the same c code on two different
architectures (cpu plays the main role)

.