We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
PC, the Program CounterRegister R15 is the program counter:"¢ When executing an ARM instruction, PC reads as the address of the currentinstruction plus 8."¢ When executing a Thumb instruction, PC reads as the address of the currentinstruction plus 4."¢ Writing an address to PC causes a branch to that address.In Thumb code, most instructions cannot access PC.