etherforth_logo

Node 711

Split signal from 611 to 710 and 712.

Source code

usb node 712 node 611 node 710 node 711
711 split left/right
go 00 over b! @b over b! dup ! !b go ; 03

init left a! down right go ; 08

3 r 0 u 0 ether

Definitions

go
Read from DOWN and send to RIGHT and LEFT.
init
Set register A, store DOWN and RIGHT addresses on stack, and jump to go.

Description

This node is a splitter wire; it fetches a word from node 611, and sends it to nodes 710 and 712.