mirror of
https://github.com/Noratrieb/m8db.git
synced 2026-03-14 18:26:04 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
ca75288316
1 changed files with 3 additions and 1 deletions
|
|
@ -11,9 +11,11 @@ Usage: `$ ./m8db <filename>`
|
|||
* `INC r`
|
||||
* `DEC r`
|
||||
* `JUMP label`
|
||||
* `JUMP line`
|
||||
* `STOP`
|
||||
* `IS_ZERO r label`
|
||||
* `IS_ZERO r line`
|
||||
* `.labelname`
|
||||
|
||||
Where `r` is a register number and `label` is a label name.
|
||||
Where `r` is a register number, `line` is a line 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