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