seperation
Both are only used in the Shorks run method. Because the MemoryCore gets initiated at the start of the function and all references dropped at the end, we can only observe who won when calling run.
@flamion and I agreed to open a new Issue for testing seperation, as the way run works should change soon and testing seperation might be possible afterward.
The way address resolving works had to be changed substantially because of the readDistance and writeDistance settings.
(Because of this, each time a new instruction is implemented, I will have to alter this PR. So do not merge right after merging of a new instruction)
There were some issues testing options
Shork
srun
method. Because the MemoryCore gets initiated at the start of the function and all references dropped at the end, we can only observe who won when callingrun
. @flamion and I agreed to open a new Issue for testingseperation
, as the wayrun
works should change soon and testingseperation
might be possible afterward.The way address resolving works had to be changed substantially because of the
readDistance
andwriteDistance
settings.(Because of this, each time a new instruction is implemented, I will have to alter this PR. So do not merge right after merging of a new instruction)