public void ADD_Fx1E() { var cpu = new Cpu(); cpu.Initialize(); cpu.V[0] = 25; cpu.I = 44; cpu.ADD_Fx1E("0"); Assert.AreEqual(69, cpu.I); }