small corrections

This commit is contained in:
sejo 2021-11-22 21:44:56 -06:00
parent 1607e6dbb7
commit 9b0631346d
1 changed files with 8 additions and 6 deletions

View File

@ -28,7 +28,7 @@ four potential modes so far, that correspond to the size of the vocabulary and o
* mode 3: eight movements and transformations
* mode 4? sixteen movements and transformations
## notes
## current notes
=> ./qiudanz_mode_1.gmi {qiudanz mode 1}
@ -45,21 +45,23 @@ these transformations are enough to perform tag systems, cyclic or not.
see also {danzasistemas-tag}.
=> ./qiudanz_mode_1.gmi {qiudanz mode 1}
## mode 2
* DEQ
* DEH
* IN x
* ROR: circular shift right: move tail to head
* ROL: circular shift left: move head to tail
* ROL: circular shift right: move tail to head
* LER: circular shift left: move head to tail
these transformations should be enough to perform (more easily) the tape of a turing machine. {máquinas de turing}
## mode 3
* DEQ
* DEH
* IN x
* ROR
* ROL
* LER
* INC: increment movement at the head
* DEC: decrement movement at the head
* INV: invert movement at the head