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.
inline int foo(int a, int b, const int immed) { register int result; __asm { add result, a, b, lsl #immed }; return(result);}