• Startup code
    Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is extern void C_STARTUP(void); but that does not seem to work...
  • modifiable inter segment jump
    Can I use absolute inter segment Jump, with a segment and relative adress which are can by modifiable during a normal progrram run. The Instruction JMPS have not modifiable operands. They have to...
  • Cant modify locals
    Hi, whilst debugging code running on my XC161board i cant seem to modify the locals in the watch window. Does anyone know why this is?
  • Modify XPERCON register - ST10F276
    Hi all, Can anyone please suggest how to modify the contents of XPERCON register before EINIT for ST10F276. I am not able to write any value into the XPERCON register. I tried to change it in START167...
  • Modify the stack pointer for a memory check
    Hello everybody! I want to do an memory check on a XC16X board. My problem is, that I don't know how to check the stack? Can I copy the stack and move the pointer, or is there any other way to do that...