Update
This commit is contained in:
parent
3dd1be4e38
commit
ee4bc18efb
12 changed files with 17 additions and 7 deletions
|
@ -95,7 +95,7 @@ unsigned int state; // 0 = start state, 0xffff = end state
|
|||
unsigned int headPosition;
|
||||
unsigned char tape[CELLS]; // memory tape
|
||||
|
||||
unsigned char input[] = // what to put on the tap at start
|
||||
unsigned char input[] = // what to put on the tape at start
|
||||
{ 0, 1, 0, 1 };
|
||||
|
||||
unsigned char rules[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue