Hello everyone,
I am trying to use IAR for 8051 with a code which build with SDCC, and I do not manage to force the memory location of local (auto) variables as you can do with SDCC. It seems that to use memory attributes as __xdata, __idata, etc.., I have to declare them as global variables so outside the function. Am I right or am I just misunderstanding ?
So now I have one project that build with Large memory model but which is not really powerful, and another one with a Small memory model but I don't have enough IDATA space for my variables (Linker error)…
Thank's for your help.