From the game's instructions list: `sd id(r?|num) logicType r?` Stores register value to LogicType on device by direct ID reference `ld r? id(r?|num) logicType` Loads device LogicType to register by direct ID reference.
From the game's instructions list:
sd id(r?|num) logicType r?Stores register value to LogicType on device by direct ID reference
ld r? id(r?|num) logicTypeLoads device LogicType to register by direct ID reference.