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: # Instructions:
* INC r * `INC r`
* DEC r * `DEC r`
* JUMP line * `JUMP line`
* STOP * `STOP`
* IS_ZERO r line * `IS_ZERO r line`
Where `r` is a register number and `line` is a line number. Where `r` is a register number and `line` is a line number.
`IS_ZERO` jumps to `line` if `r` is zero `IS_ZERO` jumps to `line` if `r` is zero