• Mon51 and the PRECEDE(STACK (08))-linker control
    I have in my application a little boot-programm. I want, for debuging, to link my boot-program with the mon51.But the mon51 need data space at 08H(Keil says that the monitor need only XDATA!!?) (see the...
  • Mon51 and the PRECEDE(STACK (08))-linker control
    I have in my application a little boot-programm. I want, for debuging, to link my boot-program with the mon51.But the mon51 need data space at 08H(Keil says that the monitor need only XDATA!!?) (see the...
  • set Context Pointer (CP) and Stack Pointer (SP)
    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
  • set Context Pointer (CP) and Stack Pointer (SP)
    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
  • Stack Pointer
    Hello... I need to do a malloc-like function in XDATA with stack-like characteristics . Please advise on where I can find information regarding the stack pointer that is inherent in the RAM of the...