This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Assembly language doubt

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   };

0