From 88d9ee42e1b31252b99a5ce9243aa9f0a0e4a1a8 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Mon, 27 Apr 2026 05:32:57 -0500 Subject: [PATCH] . --- doc/OPCODES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/OPCODES b/doc/OPCODES index a7ea32f..76b3f1e 100644 --- a/doc/OPCODES +++ b/doc/OPCODES @@ -66,7 +66,8 @@ Other value operations: (0x80~0x8f) ver Return VM version External code: (0x90~0x9f) - cmpl Compile code to chunk + cmpl Compile code to assembly + asmbl Assemble code to chunk format load Load chunk as function (will place function on stack) Error handling: (0xa0~0xaf)