etherforth_logo

Node 613

Split signal from 513 to 612 and 614.

Source code

usb node 614 node 513 node 612 node 613
613 split left/right
go 00 over b! @b over b! dup ! !b go ; 03

init right a! up left go ; 08

4 r 0 0 ether

Definitions

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

Description

This node is a split wire; it fetches a word from node 513 and sends it to nodes 612 and 614.