Cpu Design Questions
The purpose of the program counter (PC) in a CPU is to keep track of the memory address of the next instruction to be fetched and executed. It holds the address of the current instruction being executed and increments to the next instruction after each execution.