An instruction in a computer program that causes processing to move to a different place in the program sequence.
〔计算机〕转移指令
Example sentencesExamples
The software interrupt can be seen as a special jump instruction whose target address is restricted by the kernel.
A jump instruction is added to the end of the modified program codes in the RAM, so that after the modified program codes are executed, the operation is returned to the ROM.
I found a jump instruction that jumped to the middle of another instruction.
Syscall can be regarded as a special jump instruction whose target address is restricted by the kernel.
But if there is a jump instruction, then we should learn about it not when the previous instruction has been executed but long before that.
Definition of jump instruction in US English:
jump instruction
noun
Computing
An instruction in a computer program that causes processing to move to a different place in the program sequence.
〔计算机〕转移指令
Example sentencesExamples
But if there is a jump instruction, then we should learn about it not when the previous instruction has been executed but long before that.
A jump instruction is added to the end of the modified program codes in the RAM, so that after the modified program codes are executed, the operation is returned to the ROM.
Syscall can be regarded as a special jump instruction whose target address is restricted by the kernel.
The software interrupt can be seen as a special jump instruction whose target address is restricted by the kernel.
I found a jump instruction that jumped to the middle of another instruction.