Hi,
I'm new to this compiler. My application behaves strange using a AT89C51CC03. I would like to have some tips on how to check if data or xdata usage is not exceeding processor memory. I checked the SRC and M51 files but I can't figger it out.
Thanks.
H.
At the end of the build, you should see something like the following in the Output Window:
Program Size: data=54.1 xdata=0 code=2552 "HELLO" - 0 Error(s), 0 Warning(s).
Isn't that exactly the information you require?!