Example #1
0
 public void Run(Executable executable, Memory memory) => Run(executable.Instructions, memory);
Example #2
0
 public void Tick(Executable executable, Memory memory) => Tick(executable.Instructions, memory);