def JUMP_FORWARD(ctx: _VSContext, instruction: dis.Instruction): """ Jumps forward to the specified instruction. """ ctx.instruction_pointer = get_instruction_index_by_offset(ctx, instruction) return ctx