Hello,
Could anyone advises how we can code in such a way to jump to Main() in C?
Thanks.
We can even advice how to code in such a way to jump to MyNewMagicFunctionOfPureGoldenCode().
Note that C is case-sensitive, and the "magic" name for the start function is main() and not Main(). Exactly where are you stuck - not wanting to use the Keil startup files?