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.
"not enough for the whole new program, with C functions." The "with 'C' functions" bit is irrelevant: C51 functions use no more stack than assembler functions, as they do not use the stack for parameters, locals, etc.