| 释义 |
accumulator jump instruction 累加器转移指令;[累加器跳越指令] A computer instruction that changes the execution sequence of instructions of a program according to the status of the accumulator. For instance,if the content of the accumulator is zero,then the program continues to execute the next instruction; otherwise it jumpsto the Nth instruction. 一种根据累加器的状态改变程序中指令的执行顺序的指令。例如,若累加器内容为零则 继续执行下一条指令;否则,转至第N条指令。 |