I am writing a seconday bootloader for the C6748. This application will be loaded by AIS as normal, and will itself take care of loading the main application into memory and executing it.
However, I am not sure how to go about this last part. Is there a BIOS API to jump to a specific entry point in a completely different segment of code?