• using idata
    i tried to make a space but it's still said "missing ';' before '_at_'" i wrote : char idata nim[14] _at_ 0x00; and is idata starting address at 0x80? and data starting address at 0x00? so, if...
  • 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...
  • where is DATA/IDATA used
    For the '51 compilers/linkers evaluate which data/idata slots can be overlaid. I have to save 3 slots to make room for a new feature. Is there a way to make the linker show the tree in a less cryptic...
  • Memory problems idata
    Hi Ken, I understand that the 8051 has 256 bytes of internal data. Well, after declaring variables and array's, I get the error *** ERROR 107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_...
  • problem using idata in calculations
    Hi, Is there a problem using idata for variables used in "heavy"calculations ? ( heavy = 3 products 2 sums in a same instruction) I use microvision 1.30 dll 1.30 C compiler v5.20 In my program...