jumpTarget

fun jumpTarget(instruction: L2Instruction): L2PcOperand

Extract the target of the given jump-back instruction.

Return

The L2PcOperand to which the instruction jumps.

Parameters

instruction

The L2Instruction to examine. Its L2Operation must be an L2_JUMP_BACK.