Tool/software: TI C/C++ Compiler
Hello All,
There is a linking option (--entry_point) to tell the code where to begin. I have made a label (_c_int00) in an assembly file then I added the option
(--entry_point = _c_int00) while linking. While debugging, the PC was at address 0x0 not the address of the entry point. Is there anything missing to make that option works properly. Thanks in advance.