Mac OS ? Assembly Language Esoteria
- by veryfoolish
I've been playing around with assembly and object files in general on Mac OS ? and was wondering if somebody could provide some edification. Specifically, I'm wondering what the extra code GCC generates when compiling the C file in the following example does.
I have a toy C program so I can comprehend the assembly output.
int main() {
int a = 5;…