• 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:...
  • variable issue in assembler
    Hi to all Does anybody know how to assign a register value to a variable? I have declared my global variable in this way: AREA VAR, DATA, READWRITE GBLA my_var Later, in code area, I want to store...
  • Assembly variables form C
    I am writing a small C function which is suppose to replace the assembly function My rest code is written in assembly and the assembler (asm51) is used The data declaration is done as t33 EQU...
  • Assembly variables form C
    I am writing a small C function which is suppose to replace the assembly function My rest code is written in assembly and the assembler (asm51) is used The data declaration is done as t33 EQU...
  • 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:...