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

to push the data onto stack in C program

hi,

I am using lpc2144. I have written a code to push the link register value onto stack using inline assembler in c program i.e., __asm {STMFD SP!,{LR};}. For this code i am getting compiler errors that SP and LR are undefined identifier. Please help me to do this task...

Thank You,

Annapurna

Parents Reply Children