Exemplo n.º 1
0
 public void Run(Executable executable, Memory memory) => Run(executable.Instructions, memory);
Exemplo n.º 2
0
 public void Tick(Executable executable, Memory memory) => Tick(executable.Instructions, memory);