• Finding the end of code/data
    One FAQ is "how do I find the address at the end of code?"; or, similarly, "how do I find the end of my variables?". The usual answer is to add a small segment, tell the linker to locate it as the last...
  • Finding the end of code/data
    One FAQ is "how do I find the address at the end of code?"; or, similarly, "how do I find the end of my variables?". The usual answer is to add a small segment, tell the linker to locate it as the last...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...