Name: Anonymous 2011-12-02 13:09
When i look at my gcc -S anus.c produced asm code i see that each method has a ret at the end, even the main.
How does it know to ret to the _main method rather than exit the program?
How does it know to ret to the _main method rather than exit the program?