summaryrefslogtreecommitdiff
path: root/flip.mac
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-03-10 21:23:22 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-03-10 21:23:22 +0000
commitf5792e081d90979bf3cdbbdbe7f08af98e35a27e (patch)
tree35c87db65bae80f1b722e6d0189e5e3607447a92 /flip.mac
init commitHEADmaster
Diffstat (limited to 'flip.mac')
-rw-r--r--flip.mac11
1 files changed, 11 insertions, 0 deletions
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