Hello, how can I set the stack pointer and the context pointer to a special beginning value? Is there any way I can do this in the compiler? Regards, Philipp Küber
In C51 you can include the file "startup.a51" in your project. The stack pointer is initialised in this file. I would guess that there would be something similar in C166.