Hi,
I find the following code snippet online on ARM state change. Although that whole material looks solid, the second line in the blue code below is puzzling.
add R1,PC,#1 ;Load address of SUB_BRANCH, Set for THUMB by adding 1
I don't see how the above…