710711712713714715716717
} return sb.toString(); } public String toString(int n){ Opcode opc = Opcode.fromInteger(fetchOp(finalCode[n])); return Opcode.toString(this, opc, n); }