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.
This is a test project in Dallas 390 and the target options-Use On-chip Arithmatic Accelerator is selected main.c:
void main(void) { unsigned int i = 2008; unsigned char ch; ch = i%100; ch = i/100; }
The Compiler User's Guide suggests the following: Use the following suggestions to help guarantee that only one thread of execution uses the arithmetic processor: