Found the error
This commit is contained in:
parent
9f86686be1
commit
dce2fc82dd
9 changed files with 19 additions and 12 deletions
11
adder.tm
11
adder.tm
|
@ -53,11 +53,11 @@
|
||||||
31:1,1,32,0,0,301
|
31:1,1,32,0,0,301
|
||||||
32:1,1,33,0,0,302
|
32:1,1,33,0,0,302
|
||||||
33:1,1,34,0,0,303
|
33:1,1,34,0,0,303
|
||||||
34:1,1,35,0,0,302
|
34:1,1,35,0,0,304
|
||||||
35:1,1,36,0,0,304
|
35:1,1,36,0,0,305
|
||||||
36:1,1,37,0,0,305
|
36:1,1,37,0,0,306
|
||||||
37:1,1,38,0,0,306
|
37:1,1,38,0,0,307
|
||||||
38:1,1,39,0,0,307
|
38:1,1,39,0,0,308
|
||||||
|
|
||||||
# If we get this far we have overflow and should end the program
|
# If we get this far we have overflow and should end the program
|
||||||
39:1,0,510,0,0,0
|
39:1,0,510,0,0,0
|
||||||
|
@ -71,6 +71,7 @@
|
||||||
305:0,0,304,1,0,304
|
305:0,0,304,1,0,304
|
||||||
306:0,0,305,1,0,305
|
306:0,0,305,1,0,305
|
||||||
307:0,0,306,1,0,306
|
307:0,0,306,1,0,306
|
||||||
|
308:0,0,307,1,0,307
|
||||||
|
|
||||||
# Here we need to increment the positive registry
|
# Here we need to increment the positive registry
|
||||||
# increment: if 0 write 1: end
|
# increment: if 0 write 1: end
|
||||||
|
|
2
cards/14
2
cards/14
|
@ -1,4 +1,4 @@
|
||||||
0
|
1
|
||||||
1
|
1
|
||||||
15
|
15
|
||||||
0
|
0
|
||||||
|
|
2
cards/15
2
cards/15
|
@ -1,4 +1,4 @@
|
||||||
1
|
0
|
||||||
1
|
1
|
||||||
16
|
16
|
||||||
0
|
0
|
||||||
|
|
6
cards/308
Normal file
6
cards/308
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
0
|
||||||
|
0
|
||||||
|
307
|
||||||
|
1
|
||||||
|
0
|
||||||
|
307
|
2
cards/34
2
cards/34
|
@ -3,4 +3,4 @@
|
||||||
35
|
35
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
302
|
304
|
||||||
|
|
2
cards/35
2
cards/35
|
@ -3,4 +3,4 @@
|
||||||
36
|
36
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
304
|
305
|
||||||
|
|
2
cards/36
2
cards/36
|
@ -3,4 +3,4 @@
|
||||||
37
|
37
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
305
|
306
|
||||||
|
|
2
cards/37
2
cards/37
|
@ -3,4 +3,4 @@
|
||||||
38
|
38
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
306
|
307
|
||||||
|
|
2
cards/38
2
cards/38
|
@ -3,4 +3,4 @@
|
||||||
39
|
39
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
307
|
308
|
||||||
|
|
Loading…
Add table
Reference in a new issue