Start a conversation

Move BootStartUp on another address

If you want to move BootStartUp on address 0x9D006000, please use this instruction:

  • mikroC: #pragma funcorg __BootStartUp 0x9D006000
  • mikroPascal: SetOrg(__BootStartUp, $9D006000);
  • mikroBasic: SetOrg(__BootStartUp, 0x9D006000
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Dusan Poluga

  2. Posted
  3. Updated

Comments