We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello everyone, I'm using some enums and due to the standard they are 16bit int per default. But in most of my cases 8bit would be sufficient and I'm not loaded with free RAM.
I found that the compiler seems to offer the possibility of using 8bit enums (http://www.keil.com/support/man/docs/c166/c166_le_datatypes.htm), but I did not find how to tell him.
Any suggestions? Thanks a lot.
Best regards, Marcus
Hmmm... this table seems to contradict the one you cited:
http://www.keil.com/support/man/docs/c166/c166_ap_datastorage.htm
One for Keil support...