mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-01-16 00:05:03 +01:00
Update README.md
This commit is contained in:
parent
15743535ac
commit
1321903483
1 changed files with 5 additions and 4 deletions
|
|
@ -10,9 +10,10 @@ Usage: `$ ./m8db <filename>`
|
||||||
# Instructions:
|
# Instructions:
|
||||||
* `INC r`
|
* `INC r`
|
||||||
* `DEC r`
|
* `DEC r`
|
||||||
* `JUMP line`
|
* `JUMP label`
|
||||||
* `STOP`
|
* `STOP`
|
||||||
* `IS_ZERO r line`
|
* `IS_ZERO r label`
|
||||||
|
* `.labelname`
|
||||||
|
|
||||||
Where `r` is a register number and `line` is a line number.
|
Where `r` is a register number and `label` is a label name.
|
||||||
`IS_ZERO` jumps to `line` if `r` is zero
|
`IS_ZERO` jumps to `label` if `r` is zero
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue