From ebae9c0dde143cde8b71ba28e20f0a203ea97f4a Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 18 Sep 2021 22:54:31 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b60fcc..16d73a9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ Usage: `$ ./m8db ` * `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