Description
This node can read and write information to/from other nodes.
CAUTION: If requests are sent too quickly, they'll get ignored until the previous one is fulfilled!
The output data from reads is sent to the top right.
Apply a signal to the IN constant combinator if you would like to...
...read a node on the system:
WHITE $ADDRESS; BLACK 1; GRAY 1
...write to a node on the system:
WHITE $ADDRESS; BLACK 1; GRAY 2; <DATA>
Please do not use the dot symbol. It's used for some logic gates.