-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63ea710
commit 6876ce9
Showing
12 changed files
with
675 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
set b 84 | ||
set c b | ||
jnz a 2 | ||
jnz 1 5 | ||
mul b 100 | ||
sub b -100000 | ||
set c b | ||
sub c -17000 | ||
set f 1 | ||
set d 2 | ||
set e 2 | ||
set g d | ||
mul g e | ||
sub g b | ||
jnz g 2 | ||
set f 0 | ||
sub e -1 | ||
set g e | ||
sub g b | ||
jnz g -8 | ||
sub d -1 | ||
set g d | ||
sub g b | ||
jnz g -13 | ||
jnz f 2 | ||
sub h -1 | ||
set g b | ||
sub g c | ||
jnz g 2 | ||
jnz 1 3 | ||
sub b -17 | ||
jnz 1 -23 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
31/13 | ||
34/4 | ||
49/49 | ||
23/37 | ||
47/45 | ||
32/4 | ||
12/35 | ||
37/30 | ||
41/48 | ||
0/47 | ||
32/30 | ||
12/5 | ||
37/31 | ||
7/41 | ||
10/28 | ||
35/4 | ||
28/35 | ||
20/29 | ||
32/20 | ||
31/43 | ||
48/14 | ||
10/11 | ||
27/6 | ||
9/24 | ||
8/28 | ||
45/48 | ||
8/1 | ||
16/19 | ||
45/45 | ||
0/4 | ||
29/33 | ||
2/5 | ||
33/9 | ||
11/7 | ||
32/10 | ||
44/1 | ||
40/32 | ||
2/45 | ||
16/16 | ||
1/18 | ||
38/36 | ||
34/24 | ||
39/44 | ||
32/37 | ||
26/46 | ||
25/33 | ||
9/10 | ||
0/29 | ||
38/8 | ||
33/33 | ||
49/19 | ||
18/20 | ||
49/39 | ||
18/39 | ||
26/13 | ||
19/32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Begin in state A. | ||
Perform a diagnostic checksum after 12208951 steps. | ||
|
||
In state A: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the right. | ||
- Continue with state B. | ||
If the current value is 1: | ||
- Write the value 0. | ||
- Move one slot to the left. | ||
- Continue with state E. | ||
|
||
In state B: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state C. | ||
If the current value is 1: | ||
- Write the value 0. | ||
- Move one slot to the right. | ||
- Continue with state A. | ||
|
||
In state C: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state D. | ||
If the current value is 1: | ||
- Write the value 0. | ||
- Move one slot to the right. | ||
- Continue with state C. | ||
|
||
In state D: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state E. | ||
If the current value is 1: | ||
- Write the value 0. | ||
- Move one slot to the left. | ||
- Continue with state F. | ||
|
||
In state E: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state A. | ||
If the current value is 1: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state C. | ||
|
||
In state F: | ||
If the current value is 0: | ||
- Write the value 1. | ||
- Move one slot to the left. | ||
- Continue with state E. | ||
If the current value is 1: | ||
- Write the value 1. | ||
- Move one slot to the right. | ||
- Continue with state A. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.