• CODE space allocation
    I have a project which has a large ROM, of which only 8KBytes is visible to the CPU. The rest of the ROM is accessed by a custom memory scheme. I want to ensure that all the CODE in the ROM resides...
  • CODE space allocation
    I have a project which has a large ROM, of which only 8KBytes is visible to the CPU. The rest of the ROM is accessed by a custom memory scheme. I want to ensure that all the CODE in the ROM resides...
  • Allocate Code to a Class
    How can i allocate a block of code in a module to a specific class ? Can it be done with #pragma ????? I need to allocate a block of code from a module, not the entire module. Any help appreciated...
  • code allocation problem in C
    I need to allocate a part of code to fixed address using C Language. Like "ORG xxx" in assambly. How can I do in Keil C51?
  • code allocation problem in C
    I need to allocate a part of code to fixed address using C Language. Like "ORG xxx" in assambly. How can I do in Keil C51?