summaryrefslogtreecommitdiff
path: root/examples/not8.qua
blob: b4541e546618497d3da0c92467052e4281bee1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
x   y   speedX speedY color
# First bit
1   0   0      0      PU
1  -1   0      0      RE
1   9   0      0      !not.qua
2   11  0      0      GA
3   11  0      0      CY

# Second bit
6   1   0      0      PU
6   0   0      0      RE
6   9   0      0      !not.qua
7   12  0      0      GA
8   12  0      0      CY

# Third bit
11  2   0      0      PU
11  1   0      0      RE
11  9   0      0      !not.qua
12  13  0      0      GA
13  13  0      0      CY

# Fourth bit
16  3   0      0      PU
16  2   0      0      RE
16  9   0      0      !not.qua
17  14  0      0      GA
18  14  0      0      CY

# Fifth bit
21  4   0      0      PU
21  3   0      0      RE
21  9   0      0      !not.qua
22  15  0      0      GA
23  15  0      0      CY


# Sixth bit
26  5   0      0      PU
26  4   0      0      RE
26  9   0      0      !not.qua
27  16  0      0      GA
28  16  0      0      CY


# Seventh bit
31  6   0      0      PU
31  5   0      0      RE
31  9   0      0      !not.qua
32  17  0      0      GA
33  17  0      0      CY


# Eighth bit
36  7   0      0      PU
36  6   0      0      RE
36  9   0      0      !not.qua
37  18  0      0      GA
38  18  0      0      CY

# NOT8
# Inputs:  0, 0
#          0, 1
#          0, 2
#          ...
#          0, 7
# Outputs: 38, 11
#          38, 12
#          38, 13
#          ...
#          38, 18
# Time:    60