etherforth_logo

Node 614

Wire node from 613 to 714.

Source code

usb node 714 node 613 node 614
614 left to down
go 00 @b ! go ; 01

init left b! down a! go ; 05

5 r 0 0 ether

Definitions

go
Pass data from LEFT to DOWN.
init
Set registers A and B, and jump to go.

Description

This node is a wire; it fetches a word from node 613 and sends it to node 714.