programming counter meaning in Chinese
编程地址计数器
程序设计计数器
Examples
- 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所示。 - The value of the program counter when the logging guard clause is discovered in the analyzed code
:在所分析的代码中发现日志监护子句时,程序计数器的值 - If an appropriate catch block is found , the program counter is reset to the first line of code in that block
如果找到了适当的catch块,程序计数器会重置到那一块代码的第一行。 - A register in the processor that contains the address of the next instruction to be executed . also known as a program counter
包含下一条要执行指令地址的处理器中的寄存器。也叫程序计数器。