114711481149115011511152115311541155115611571158115911601161116211631164
} case Const.GOTO: { instruction= new Jump(currentIndex + bytes.readShort()); break; } case Const.GOTO_W: { instruction= new Jump(currentIndex + bytes.readInt()); break; } case Const.NEW: {