noun
unconditional jump instruction
Technical computing term for a machine-level instruction that always transfers control to a specified address, without checking any condition.
アセンブリ言語で無条件飛越し命令はJMPと書かれることが多い。
In assembly language, an unconditional jump instruction is often written as JMP.
A conditional jump instruction that transfers control only when a specified condition is true, unlike the unconditional jump which always jumps.
Compound of 無条件 (unconditional) + 飛越し (jump) + 命令 (instruction), a direct calque of the English computing term.