From f5792e081d90979bf3cdbbdbe7f08af98e35a27e Mon Sep 17 00:00:00 2001 From: thing1 Date: Mon, 10 Mar 2025 21:23:22 +0000 Subject: init commit --- flip.mac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 flip.mac (limited to 'flip.mac') diff --git a/flip.mac b/flip.mac new file mode 100644 index 0000000..0926245 --- /dev/null +++ b/flip.mac @@ -0,0 +1,11 @@ +# define that nodes 1 and 2 are both valid ends +e1 e2 +# parrent | input | output | offset | result + +# node 1 connections +1 1 0 1 2 +1 0 1 1 2 + +# node 2 connections +2 1 0 1 1 +2 0 1 1 1 -- cgit v1.2.3