From 5dbfa844a37cf00125db891d095d94620ba24879 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 14 Apr 2023 04:50:53 -0500 Subject: awful --- crates/sloth_bytecode/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/sloth_bytecode/src') diff --git a/crates/sloth_bytecode/src/lib.rs b/crates/sloth_bytecode/src/lib.rs index 2319330..c8152f6 100644 --- a/crates/sloth_bytecode/src/lib.rs +++ b/crates/sloth_bytecode/src/lib.rs @@ -51,6 +51,7 @@ opcodes! { 0x13 SetGlobal "Set a global value", 0x14 GetLocal "Get a local value", 0x15 SetLocal "Set a local value", + 0x16 Box "Box a value on the stack", 0x20 Add "Add the last 2 values on the stack", 0x21 Sub "Subtract the last 2 values on the stack", -- cgit v1.2.3