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

What is the general purpose register number for LR in Cortex M3

Note: This was originally posted on 25th March 2009 at http://forums.arm.com

Note: Topic title is not valid. It should be "What is the general purpose register number for FP in Cortex M3"

I would like to know which general purpose register is used for FP when I assemble following code. Anybody?

cmp           r4, r5
itttt             ne
cmpne       r5, r6
ldrne          fp, [r4], #4           @ FP is used here but I am not sure which register is FP
strne          fp, [r4], #4           @ FP is used here but I am not sure which register is FP
0