We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, With the new keil+realview compiler, user can not dirrectly access the LR register. I had the following line of code:
__asm{ LDR LR, [LR, #+60] };
The above was compiled fine with the CARM compiler.
Switching to Realview compiler, the compiler gives me the following error:
error: #52: expected a marcro parameter name
If you no longer can access the LR, SP ... what is the way to do this?
Thanks