update README.md

This commit is contained in:
nora 2021-09-17 15:51:07 +02:00
parent 5a2a1a6f6a
commit b6849d9238

View file

@ -6,11 +6,11 @@ More infos: https://github.com/ah1m1/M8NI
# Instructions:
* INC r
* DEC r
* JUMP line
* STOP
* IS_ZERO r line
* `INC r`
* `DEC r`
* `JUMP line`
* `STOP`
* `IS_ZERO r line`
Where `r` is a register number and `line` is a line number.
`IS_ZERO` jumps to `line` if `r` is zero