Update README.md

This commit is contained in:
nora 2021-09-18 22:54:31 +02:00 committed by GitHub
parent 9bdfa4f522
commit ebae9c0dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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