您要查找的是不是:
- Cycle Program Counter 循环程序计算器
- The program counter holds the address of the instruction being executed. 这个程序计数器正在执行的指令的地址。
- The operating system preserves the state of the CPU by storing registers and the program counter. 操作系统通过存储寄存器和程序计数器而保留了CPU的状态。
- If an appropriate catch block is found, the program counter is reset to the first line of code in that block. 如果找到了适当的catch块,程序计数器会重置到那一块代码的第一行。
- If we load this known address, as data, into the program counter, we execute a jump instruction. 如果我们将已知的地址依数据加载到程序计数器中,就可以执行一条转移指令。
- Setting the next statement causes the program counter to jump directly to the new location. 设置下一条语句将导致程序计数器直接跳到新位置。
- This program memory addressing logic is handled by a register referred to as a program counter. 程序存储器的导址逻辑是由寄存器来实现的,这个寄存器叫程序计数器。
- Method has been called, we want to save the value of the program counter, as shown in Listing 7. 方法后,我们要保存程序计数器的值,如清单7所示。
- Also the program counter keeps track of which command is to be executed by the microcontroller. 程序计数器也通过微控制器掌握要执行哪条命令。
- The Program Counter (PC) holds the address of the memory location containing the next instruction to be executed. 程序计数器(PC)保持着装有下一条被执行的指令的记忆体空间的地址。
- The cores use the same PC (Program Counter) register to avoid fetching instructions repeatedly and obliviously. 采用公共PC寄存器方案,实现了双核取指上的同步性,避免了两个核心重复取指或者取指的遗漏;
- DEF_PC_VAL is the default program counter value that should be set after the debugger connects to the monitor software. VAL是默认程序计数器的值应设置后,调试器连接到监控软件。
- A register in the processor that contains the address of the next instruction to be executed. Also known as a program counter. 包含下一条要执行指令地址的处理器中的寄存器。也叫程序计数器。
- The article had expounded chamfer machining by cycle programming and sword programming setting out tool offset velative, and it has specified direction sens to practive. 对用循环编程和用刀补编程并设定刀补值实现挖槽加工进行了论述,对实际生产有一定的指导意义。
- In which case, breaking the emulator and examining the program counter will give you a good indication of which assertion failed. 在这种情况下,打破了模拟器和审查程序计数器会给你一个很好的迹象,其中断言失败。
- General registers R0 through R12, the program counter(PC), and the Current Processor Status Register (CPSR) are shared among, and accessible from, all processor state views. 通用寄存器R0通过R12,程序计数器和程序状态寄存器来共享或使用处理器状态视图。
- The track cycling program in Sydney features 18 medal events,11 for men and 7 for women. 悉尼奥运会自行车场地赛共18枚金牌,其中男子11枚,女子7枚。
- The track cycling program in Sydney features 18 medal events, 11 for men and 7 for women. 悉尼奥运会自行车场地赛共18枚金牌,其中男子11枚,女子7枚。
- The pedal of a cycle is attached to a crank. 自行车的踏板与曲柄相连。
- A coroutine call instruction. The instruction pops the top of stack into temporary register, pushes program counter onto the stack, and then puts the saved top of stack in the program counter. 一种协同程序访问指令,该指令把栈顶弹入临时寄存器,把程序计数器推入栈内,然后把保存的栈顶内容存入到程序计数器内。