.sect ".intvecs" .global cstartup ;*************************************************************** ;* FUNCTION DEF: cstartup ;*************************************************************** cstartup: .asmfunc stack_usage(0) ;*------------------------------------------------------ ;* CALL APPLICATION ;*------------------------------------------------------ BL main .endasmfunc ;****************************************************** ;* UNDEFINED REFERENCES * ;****************************************************** .global main