示例#1
0
 public SimpleAssembler(IInstructionSet instructions)
 {
     this.instructions = instructions.GetAll().ToDictionary(i => i.Name.Trim());
     this.parser       = new Parser(this.instructions.Keys.ToArray());
 }