• combine two projects with diff optimizations
    1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time. 2. Second is not time critical & want to optimize for size- cross mod+microlib+level2. Can...
  • combine two projects with diff optimizations
    1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time. 2. Second is not time critical & want to optimize for size- cross mod+microlib+level2. Can...
  • Variables that overlap in the same memory space possible?
    Currently I have a set of structures represented as variables such as: MYTYPE xdata A; MYTYPE xdata B; MYTYPE xdata C; MYTYPE xdata D; MYTYPE xdata E; MYTYPE xdata F; MYTYPE xdata G; MYTYPE xdata...
  • Variables that overlap in the same memory space possible?
    Currently I have a set of structures represented as variables such as: MYTYPE xdata A; MYTYPE xdata B; MYTYPE xdata C; MYTYPE xdata D; MYTYPE xdata E; MYTYPE xdata F; MYTYPE xdata G; MYTYPE xdata...
  • same variable for two different
    Hi All, I have a IIC routine file i2c.asm,which has routines to read and write into a IIC device. Now I am using the i2c.asm for two devices RTC and serial memory which are connected on different...