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

inline assembly usage

__asm
{ ldr pc,=addr
}

or

__asm
{ "ldr pc,=addr"
}

getting compilation error, pc replaced with r15 but not getting compiled any suggestions/references

0