From 90f0bb324c0f46e7fd91cdf2e478f1918e246969 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Mon, 15 Jan 2018 14:16:48 -0800 Subject: [PATCH] Just easier to add divmod opcode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06da45d..06520e8 100755 --- a/README.md +++ b/README.md @@ -1342,7 +1342,7 @@ The compact code representation comes through the use of opcodes closely matched | $30 | DROP | drop top stack value | $32 | DUP | duplicate top stack value | $34 | NOP | -| $36 | NOP | +| $36 | DIVMOD | divide next from to by top, leave result and remainder on stack | $38 | BRGT | branch next from top greater than top | $3A | BRLT | branch next from top less than top | $3C | BREQ | branch next from top equal to top