This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

about call tree

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?

0