i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
DROP THE INLINE, make a separate module, code it in C, use the .src directive, use that as the base for your assembler module.
That way all and everything is served to you on a silver platter.
Now you are going to tell me that you WANT to do it inline - good luck.
discussed in detail http://www.keil.com/forum/docs/thread9558.asp
Erik