Skip to content

feature request: instructions for manipulating other devices' stacks #39

@muggenhor

Description

@muggenhor

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:

  • 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:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions