• IDATA overflow
    Hello! I am using a 80C537 which has 256 bytes of IDATA memory. Now, if the software "tries" to allocate more than 256 bytes of IDATA through nested function calls, the program hangs up... which is...
  • delete trailing spaces
    Hello, I often use the "delete trailing white space" function to clean up my files. Is it possible to enable this option permanently or is it possible to create a batch file which cleans up all...
  • Why IDATA in MAIN
    I am trying to find the best places to save some DATA storage to use it in a more speed sensitive area. Looking at the map, I see the following: TYPE BASE LENGTH RELOCATION SEGMENT NAME -------...
  • idata
    Hello, Q1: This is a part of my project code flow explanation. I want to allocate seperate memory location in internal data for the formal parameter local variable - lid. How is it possible using...
  • Adress space overflow
    hi, during compilation of my program i have been getting too many address overflow errors. Mostly the errors were due to function arguments placed in the data space instead of xdata...i solved it...