• local variables
    suppose if i declare a local variable, where it will be stored? RAM/ROM?
  • How to access local C variables in Inline-Assembly?
    How do I access local C variables in Keil using ARM inline Assembly?
  • 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. ...
  • 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...
  • Cannot see local variables
    Hi, I'm trying to develope an application with the STM32F4-Discovery Board , but I'm having problems when debugging. I don't know why I cannot see local variables, the y appear always as <not in scope...