This commit is contained in:
Miloslav Ciz 2023-08-20 23:14:29 +02:00
parent 3dd1be4e38
commit ee4bc18efb
12 changed files with 17 additions and 7 deletions

View file

@ -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[] =