I hava a need to fix one C file's local variables to some settled address in DATA area, how to do it, thanks very much.
I write the task.c in assemble code to resolve this problem, and now the local variable is just a address tag, like this:
Local_Var1 DATA 20H ...
so the keil will not do the overlay analyse. Thanks all.