etherforth_logo

Node 611

Wire node from 612 to 711.

Source code

usb node 711 node 612 node 611
611 left to down
go 00 @b ! go ; 01

init left b! down a! go ; 05

2 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 612 and sends it to node 711.