• User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • User defined memory space (mspace)
    Hello all. I'm using 0x80000(, 0x90000..) as a mspace for external eeprom(s). Is there a way to avoid to check the (valid) mspace of constants? Or even better, to add a 'new' memory space? #define...
  • define variable in the designated address space
    I want to define the variable in the designated address space.I used another compiler,before the variable define,I can use the #pragma to distribute the address space. What can I do with Keil?Such as...
  • Defining Address Space for Application
    I want to load two different applications into memory. One application will jump to the other. How do you set up the start address in memory and the code size that the compiler will use in generating...
  • how to define a byte variable in bit addressing space in assembly
    Hi, There is am assembly file that will be integrated into my project that is written in c. A variable defined in the assembly file as PROCTOCOL equ 020H I converted it to RSEG ?BI?RunIsp?ISP...