• Keil Named Register Variable not working
    Somebody ever used named register variables successfully and can tell me what i am doing wrong? example code: #pragma O0 // optimization off #pragma thumb // thumb mode __global_reg(8) int myR8;...
  • Keil Named Register Variable not working
    Somebody ever used named register variables successfully and can tell me what i am doing wrong? example code: #pragma O0 // optimization off #pragma thumb // thumb mode __global_reg(8) int myR8;...
  • Named register variables
    Hello! In one of my applications i need to copy value of a register in a C variable. Because I work with a LM3S811 I cannot use inline assembler (because it is not permitted when generating Thumb code...
  • Named register variables
    Hello! In one of my applications i need to copy value of a register in a C variable. Because I work with a LM3S811 I cannot use inline assembler (because it is not permitted when generating Thumb code...
  • Named register failed compilation
    Hello! Everybody! Please help me. I would like to use named register. R6 for example. After a subroutine, which modify this register, the compiler doesnt recognize it, and place a nop where I...