• Potential Problems in Using Global Register Coloring
    Dear All, I'm thinking about using global register coloring option but can't be sure of what potential problems might come up after implementing it. I'm using C251 compiler for SLE70 family...
  • Potential Problems in Using Global Register Coloring
    Dear All, I'm thinking about using global register coloring option but can't be sure of what potential problems might come up after implementing it. I'm using C251 compiler for SLE70 family...
  • Register Coloring OPTIMIZATION question
    Hi, everyone: I am using Keil C251 verison4.53d, and the Register Coloring OPTIMIZATION compiler option does take effect indeed, code size decreased when it is used. In my Application, there exist timer...
  • Register Coloring OPTIMIZATION question
    Hi, everyone: I am using Keil C251 verison4.53d, and the Register Coloring OPTIMIZATION compiler option does take effect indeed, code size decreased when it is used. In my Application, there exist timer...
  • keil uvision 5.22 inline assembly and main cpu register access
    Hello How to write inline assembly code in c file and access cpu R0-R31 registers? I write something like: __asm{ STRB R0,[R2,0#02] } but i face errors: expected [ or ]. Thanks.