• local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?
  • accessing local "c" variables in inline assembly
    How do I access a local variable in assembly? I have used the SRC to determine how the compiler created the variable. it changes it's name from variable to variable?nnn where nnn is a number. ...
  • Cant find description of local variables for assembler routines
    I looked all over the manuals and did a search, but could not find a method for defining variables in an assembler routine as local (as in a C function). in the back of my mind it says that this is possible...
  • How to access local variable in C51 inline-assembly
    For efficiency,i have to use inline assembly in my code, but I failed to access local variables My code is something like this: void func(void) { unsigned int i; i=0; #pragma asm MOV A,i #pragma...
  • 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