From aaf8e9e8d95217c28eee38518578ac61c4d30a9a Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Mon, 1 Jan 2018 10:32:41 -0800 Subject: [PATCH] Free up unneeded opcodes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0207c13..2a3bcb0 100755 --- a/README.md +++ b/README.md @@ -1304,8 +1304,8 @@ The compact code representation comes through the use of opcodes closely matched | $2E | CS | constant string | $30 | DROP | drop top stack value | $32 | DUP | duplicate top stack value -| $34 | PUSHEP | push eval stack pointer call stack -| $36 | PULLEP | pull eval stack pointer from call stack +| $34 | NOP | +| $36 | NOP | | $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