mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-16 16:25:05 +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:
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue