| ??? 12/20/02 09:54 Read: times |
#34769 - RE: linker error |
Hello Michael,
Thank you for your suggestions. U hit the nail on the head. I did just what u suggested --- it worked beautifully. Let me elobarate --- I was trying to address an 8x8 array, which was defined as recolatable in the data seg. Along with this there were other definations -- all relocatable in the various other modules that were being linked. This filled up the 128 bytes of RAM. And hence the error. Following your advice, I made the array sit on top of the RAM by the simple statement: arraytop data 7fh After which all excess to the array was done using the R0 register --- like u suggested. Thank you very much. rgds Zoojar |
| Topic | Author | Date |
| linker error | 01/01/70 00:00 | |
| RE: linker error | 01/01/70 00:00 | |
RE: linker error | 01/01/70 00:00 |



