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