9 .export _mainCRTStartup
11 // Initialise the stack pointer
15 // Zero the .bss data space
25 // Call the global/static constructors
28 // Setup destructors to be called from exit,
29 // just in case main never returns...
34 // Initialise the parameters to main()
46 // We should never reach here.