• Starting code at another location
    I'd like to reposition my code so all code starts at 0800h. The only things I want below that are the startup vector and interrupt vectors. Am I right in assuming that the vector at locn 0000 (actually...
  • P89V51RD2 Code starting location
    I am using P89V51RD2, and I am coding in C. I want my code to begin at address 0x2001. How can I do that with the help of C code?
  • LX51: Code linked starting at 800000H
    Hello, I am trying to migrate from A51 / C51 / BL51 / OC51 / OH51 toolchain to AX51 V3.07d / CX51 V9.51 / LX51 V4.64.0.0 / OHX51 V1.43.0.0 for Silabs C8051F132. I have two problems: 1) According...
  • find start of free code space
    Hello, I need to find the beginning of free code space to use for a flash filesystem. I did not see any compiler defined symbols in the M51 file to help. I can declare a large array in code space...
  • How to start with an existing assembly code?
    Hi, I have a project passed down by other ppl. I have an existing main.a51 and a HEX file. I'm using uVision2 for this prjt, but i do not know how to start with it as most of the example i saw is written...