static OpCode parse(int value) { var idx = codes.indexOf(value); return idx < 0 ? OpCode.reserved : OpCode.values[idx]; }