I am fresher with working on the HCS08GT60 micocontroller, i need to understand properly that how the startup code works? and from where the exact code start running(what is the first instruction that runs in the beginning?). Please can anybody guide me where to get the necessary study material regarding all these startup file descriptions?
I am a newbie here and do not know much. But if I were you, I would search CW for source code of "startup" or "CRT0". I would also disassmble the code pointed by the reset vector with debugger.