Hi, I am converting an old code to the Keil-Realview tool. I have this line, which was fine using the old tool.
__asm{ LDR LR, [LR, #+60] };
The above generate the following error
error: #52: expected a marcro parameter name
Please help
Yes there are other statements before and after this. Thanks for the information. I will try to work on this, if there are other stopper I will request for your help again.