From 132190348320fece731a6eafa75709d97ae35f55 Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Sat, 18 Sep 2021 22:02:31 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a864267..4b60fcc 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ Usage: `$ ./m8db ` # 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