예제 #1
0
 protected void FormatBase(int index, InstructionInfo info, string formattedString, Formatter formatter) =>
 FormatterTestUtils.FormatTest(info.CodeSize, info.HexBytes, info.Code, formattedString, formatter);
예제 #2
0
		protected void FormatBase(int index, Instruction instruction, string formattedString, Formatter formatter) =>
			FormatterTestUtils.FormatTest(instruction, formattedString, formatter);