It appears that none of the instructions except push, pop and peek from this list are supported: https://stationeers-wiki.com/IC10/instructions#Stack
These would be useful to have added:
These are necessary to manipulate the Logic Sorter for example. The example script from the wiki doesn't work in the simulator already:
alias sorter d0
define steel HASH("ItemSteelIngot")
s sorter Mode 1 # Any
clr sorter # erase any stale instructions in RAM
sll r0 steel 8
or r0 r0 SorterInstruction.FilterPrefabHashEquals
put sorter 0 r0
It appears that none of the instructions except
push,popandpeekfrom this list are supported: https://stationeers-wiki.com/IC10/instructions#StackThese would be useful to have added:
clr[d]get[d]put[d]These are necessary to manipulate the Logic Sorter for example. The example script from the wiki doesn't work in the simulator already: