Is there a easy way to convert asm code writen to IAR compiler V.2 so it works on IAR compiler V.5
the compiler don't like RTMODEL "__rt_version", "2", and if I edit RTMODEL to RTMODEL "__rt_version", "3"
it will compile, but I can see in my call stack that I do not return to the right place where I enter the asm code.
the asm code is placed in seperated files .s43