diff --git a/dist/index.html b/dist/index.html index 2c62915..252a3df 100644 --- a/dist/index.html +++ b/dist/index.html @@ -55,6 +55,7 @@

A machine that reads from the tape an integer in unary notation (n is represented by a list of n occurrences of the symbol 1) and writes it back doubled.

Load in the simulator

Instructions: click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type 1 as many times as you like, press the Enter key and hit the play button.

+

After the machine halts, if you hit the stop button, then the play button again it will duplicate again the latest result.

  • @@ -63,7 +64,7 @@

    A machine that reads from the tape an integer in binary notation and writes it back incremented by one.

    Load in the simulator

    Instructions: click the link above; when the machine has been loaded, click the tape head (the cell with a large black border), type a sequence of 1s and 0s, press the Enter key and hit the play button.

    -

    After the machine halts, if you hit the stop button, then the play button again it will keep incrementing the number more and more.

    +

    After the machine halts, if you hit the stop button, then the play button again it will increment again the latest result.