This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil C jump to Main

Hello,

Could anyone advises how we can code in such a way to jump to Main() in C?

Thanks.

Parents
  • 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?

Reply
  • 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?

Children
No data