• Sub classes in NDATA class
    Problem: Is there a way to define groups of variables in different modules and then to force the linker to locate all these in one contiguous memory region. This would be helpful for parameter-variables...
  • info
    its a very basic question....i've been trying to use a "float" variable in my calculations in 89c2051 but the compiler reports an I/O error. :S I've included the header file float.h.plz help me with...
  • 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...
  • Pointer mismatch info
    Hi all, Some time ago I stumbled on an article about "hard to find problems when using mixed far/near/dpp pointers", maybe even with a link to an app note, can't remember. I haven't been able to find...
  • How to locate code in SROM class
    I am working on a bootloader... I have setup a SROM class, added the section directive to include the pflash.a66 file. I can use the srom.h macro's to copy the code correctly from its flash location...