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
15743535ac
commit
1321903483
1 changed files with 5 additions and 4 deletions
|
|
@ -10,9 +10,10 @@ Usage: `$ ./m8db <filename>`
|
|||
# Instructions:
|
||||
* `INC r`
|
||||
* `DEC r`
|
||||
* `JUMP line`
|
||||
* `JUMP label`
|
||||
* `STOP`
|
||||
* `IS_ZERO r line`
|
||||
* `IS_ZERO r label`
|
||||
* `.labelname`
|
||||
|
||||
Where `r` is a register number and `line` is a line number.
|
||||
`IS_ZERO` jumps to `line` if `r` is zero
|
||||
Where `r` is a register number and `label` is a label name.
|
||||
`IS_ZERO` jumps to `label` if `r` is zero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue