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