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
If you want to move BootStartUp on address 0x9D006000, please use this instruction: