예제 #1
0
 public async Task ProcessInstruction(ICpu cpu)
 {
     await cpu.Memory.SetMemoryValue(await cpu.ProcessInput());
 }