예제 #1
0
 void Format(int index, InstructionInfo info, string formattedString) => FormatBase(index, info, formattedString, MasmFormatterFactory.Create_NoMemSize());
예제 #2
0
 void Format(int index, int resultDispl, SymbolInstructionInfo info, string formattedString) => FormatBase(index, resultDispl, info, formattedString, MasmFormatterFactory.Create_Resolver(info.SymbolResolver.Clone()));
예제 #3
0
 void Format(Register register, string formattedString) => FormatBase(register, formattedString, MasmFormatterFactory.Create_Registers());
예제 #4
0
 void Format(int index, object number, string formattedString) => FormatBase(index, number, formattedString, MasmFormatterFactory.Create_Numbers());