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.
what's the function of "AREGS"and "NOAREGS", can you provide me some sample, so that I could understand them clear. Are them still useful in current updated versions. In the manual it is said that with "NOAREGS" the function could be called by another functions using different register bank.
#pragma NOAREGS char add(char i) { return i+10; } void main(void) using 1 { ch = add(3); }
Please look at discussion thread 1807 http://www.keil.com/forum/docs/thread1807.asp