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.
I need to define macros that contains inline assembly. I have used the solution explained in this link:
http://www.keil.com/support/man/docs/c166/c166_le_extmacros.htm
however, this doesn't work using the uvision 2 compiler. Also we have problem with the stringize operator regarding immediate addressing. Does anyone had suffered the same problem? Any help is appreciated. Thanks in advance.
Regards
Dear Gianni, your are using a version 4.x. The extended Inline Assembler was introduced in Version 5. I recommend an upgrade to a current version because version 4 cannot provide similar functionality.
Matthias
thanks for Your fast answer. I will provide to upgrade the compiler as soon as possible.