I view my .m51 file for the call tree, it looks like this: SEGMENT +--> CALLED SEGMENT --------------------- ?C_C51STARTUP +--> ?PR?MAIN?MAIN +--> ?C_INITSEG ...... the problem is that i never code the segment like"C_INITSEG" in my program. why does it present? it occupied my code memory,how can i do with this?
This segment are generated by INIT.51 and contains code for setup variables that were explictily initialized. Chris