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.