• local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?
  • local variables in assembler
    Hi all, In my function, I use local variables, and everything works fine while I stay in C. But when I try to use the same variables in an assembler insertion in the same function, I get error A45:...
  • watch on local variable
    Hi All i cannot watch the contents of local varibales in the keil u vision simlator however if varibales are golbal their contents can be watched.i hope somebody can belp me. shakeel
  • Global Vs Local Variable
    I have all global variables in my project. Since RAM data size has almost become full, i wanted to replace some of the global variables with local variables in functions. But each local variable declaration...
  • How to fix the local variables
    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.