mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-14 15:25:06 +01:00
update README.md
This commit is contained in:
parent
5a2a1a6f6a
commit
b6849d9238
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue