summaryrefslogtreecommitdiff
path: root/iseven.mac
blob: 27988ba5533da2d1ebf78e02bf832fd15edf5205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# define nodes
1 2 3 e4 e5
# parrent | input | output | offset | result

# node 1 connections
1 1 1 1 2
1 0 0 1 3
1 # e 0 5

# node 2 connections
2 0 0 1 1
2 1 1 1 1
2 # o 0 4

# node 3 connections
3 0 0 1 1
3 1 1 1 1
3 # e 0 5