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: