Hello, I have const array of size 72 elements.I declared this array as xdata
UINT8 CONST XDATA A[30]={...}; but during optimisation i changed XDATA to CODE and because of this change i could save around 70 bytes.
Please let me know how can this change will save these many bytes.
Thanks is advance. Pooja
Sorry array size was also [72]. In generated map file it is showing data=202.0 xdata=599 const=552 code=20547 But when i moved array to code then it is showing const=552 code=20475 Is ROM space is summation of code and const