程序计数器 meaning in English
pc
program counter/pointer register
programcounter
programmable counter
Examples
- Method is found , we check to see if the program counter is outside the
方法的调用后,我们检查程序计数器是否在前面确定的 - Setting the next statement causes the program counter to jump directly to the new location
设置下一条语句将导致程序计数器直接跳到新位置。 - Also the program counter keeps track of which command is to be executed by the microcontroller
程序计数器也通过微控制器掌握要执行哪条命令。 - If the lk bit is 1 , the branch instruction moves the program counter to the address in lr
如果lk为1 ,转移指令就会将程序计数器移为lr中的地址。 - Method has been called , we want to save the value of the program counter , as shown in listing 7
方法后,我们要保存程序计数器的值,如清单7所示。