Searched defs:opcodeLength (Results 1 – 2 of 2) sorted by relevance
16 …public void AddOpcode(byte value, int opcodeLength, Func<TInstruction> newInstruction, int bitNumb… in AddOpcode()
154 private static Tuple<string, string> ParseLine(string lineContent, int opcodeLength = 32) in ParseLine()