public async Task ProcessInstruction(ICpu cpu) { await cpu.Memory.SetMemoryValue(await cpu.ProcessInput()); }