What register is the program counter(arm cortex)?
The program counter in ARM Cortex processors is stored in the PC (program counter) register. The PC register contains the address of the current instruction that is being executed by the processor. It is 32 bits wide and is updated during each fetch cycle to point to the next instruction. Overview of Program Counter in…