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.

How to jump to c_int00

Hi, I am creating a secondary bootloader for the 6748. The first loader reads the application out of memory and once loaded jumps to _c_int00. I have been able to correctly decode the AISGEN file but I don't know how to jump to _c_int00 to start the application. Thanks, Will