7 ;; Initialise the stack pointer
12 ;; Zero the data space
22 ;; Call global
and static constructors
26 ;; Setup destrcutors to
be called from exit.
27 ;;
(Just in case main never returns.
...)
32 ;; Initialise argc
, argv
and envp to empty
45 ;; Should never reach here