838485868788899091
protected ELF elf; protected OperatingModeStatistics stats; public GenericNode(String id, MSP430Config config) { super(id, new MSP430(0, new ComponentRegistry(), config)); this.cpu = (MSP430)super.cpu; this.registry = cpu.getRegistry(); }