• 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...
  • 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...
  • 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 bit variable at a specific bit location?
    Hi, I'm trying to define a bit variable at a specific bit location. I tried the following without succes: BSEG AT 02FH.7 MYBIT: DBIT 1 The linker complains with *** ERROR L107: ADDRESS SPACE...