• address space overflow even code space available
    I have a program about 1K size to program into 4K rom space. Linker is giving ADDRESS SPACE OVERFLOW error for certain segments (2 interrupt segments and const segment) but these code are small enough...
  • address space overflow even code space available
    I have a program about 1K size to program into 4K rom space. Linker is giving ADDRESS SPACE OVERFLOW error for certain segments (2 interrupt segments and const segment) but these code are small enough...
  • can you use local XDATA variables
    I'm working Renesas at this time and can't test myself. someone asked me a Keil ''51 question I can't nswer: "can you use xdata for local variables. I guess the answer is no, (the call tree) if...
  • can you use local XDATA variables
    I'm working Renesas at this time and can't test myself. someone asked me a Keil ''51 question I can't nswer: "can you use xdata for local variables. I guess the answer is no, (the call tree) if...
  • 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...