• offset adress
    Hi, i work on st10f168 and i would to know how can i compile a .c file (which contains fonctions) with manual fix adress. Because i want to load the disassembly code of it in external memory (ex : 0x200000...
  • offset adress
    Hi, i work on st10f168 and i would to know how can i compile a .c file (which contains fonctions) with manual fix adress. Because i want to load the disassembly code of it in external memory (ex : 0x200000...
  • AARM and offset calculation
    A simple code example: AREA SOME_DATA, DATA, READWRITE, ALIGN=2 RSEG SOME_DATA MY_DATA: FIRST_VAR EQU $ - MY_DATA DSD 1 SECOND_VAR EQU $ - MY_DATA DSD 1 AREA SOME_CODE, CODE, READONLY, ALIGN...
  • LX51 and code offset
    I am using the c8051F126 from Cygnal. Before reaching the 64Kb size I was using the BL51 with "Code Range" option set to 0x1000-0xFFFF (my code start at 0x1000). Now I would like to use LX51 (and...
  • Offset bug in OHx51 ??
    I suspect I have found a bug in OHx51 - either that, or I am driving it wrong. It seems to have problems generating offsets. The details are as follows. I need to create more CODE space in my C51...