Hi All
I have a code in assembly language this particular line gives me error ,i am not familiar with assembly language so can any one tel me what is the problem and how it can be rectified
_
_asm{ LDR LR, [LR, #+60] }; __asm{ SUB SP, SP, #4 }; __asm{ STMDB R0!, {LR} }; __asm{ ORR R0, R0, #0xC0 }; __asm{ BIC R0, R0, #0xC0 };
Don't you think it might help to mention what the error actually was?!