This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Program Size Question

I've been working on a project in KEIL uVision3 for some time now, and recently noticed that when compiled, my program size is displayed as follows:

Program Size: Data=164.0 xdata=589 code=8279

I remember reading that the data memory type can only have a maximum of 128 bytes. So my question is, what units are the above values in? Is that 164.0 bits or bytes? I am getting no compiler warnings and my program DOES run fine when loaded onto the processor, but I'm wondering if there might be an underlying issue that perhaps just hasn't manifested yet.

I've looked around for the answer to this and haven't been successful, so sorry if this is a dumb/stupid question.

Thanks!