How can you access local variables in the arm asm block? One example the software came with looks like this and doesn't work:
int AddUp ( int n, int near *pTab) { __asm { ; open inline-assembly block mov r2,pTab ; R2:=start of table mov r3,n ...
View all questions in Keil forum