This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

boot loader entry point

Studying the source for the C55x C library, I came to the conclusion that it made sense to use a -e _c_int00 option to hex55 for a second stage boot loader that links the C library. However none of the examples I have seen go to this trouble. In the absence of a -e option how does hex55 set the entry point?