Hello, In my program, I call C function form assembly main code. But sometimes while excuting the C functions, the program jumps back to the Assembly code!!!! Have this happened to anyone? I'm using Level 9 optimize (because my code is very big). Thanks.
Nguyen, you use OT 9 and your Stack get overflowed? Then see my explanation in the thread "Disappointing optimisation..." at http://www.keil.com/forum/docs/thread5269.asp Hint: Observe in *.LST output files how the compiler generates binary code with optimizing level 9 (e.g. comparing with OT 8). Martin