public void Run(Executable executable, Memory memory) => Run(executable.Instructions, memory);
public void Tick(Executable executable, Memory memory) => Tick(executable.Instructions, memory);