etherforth_logo

Node 612

Wire node from 613 to 611.

Source code

usb node 613 node 611 node 612
612 right to left
go 00 @b ! go ; 01

init right b! left a! go ; 05

3 r 0 0 ether

Definitions

go
Pass data from RIGHT to LEFT.
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 611.