The PC’s PC
After the instruction has been fetched and executed, the next instruction in sequence is fetched at PC+1
This scheme should cause the computer to run through memory executing all instructions once and “fall off the end of memory”
Computers have machine instructions to branch and jump, i.e. go to some instruction other than the next
Jump and Branch change the PC after increment
Programs generally repeat many instructions