#include "../core_common.inc" /***************************************************************** * jump to main. * can be overwriten by user function with the same name *****************************************************************/ .section .init9, "ax", @progbits .weak __jump_to_main .func __jump_to_main __jump_to_main: XBR #main .endfunc