Byte array #1

Merged
andre merged 7 commits from bytecode into master 2026-04-27 09:42:03 -05:00
Showing only changes of commit 88d9ee42e1 - Show all commits

View File

@@ -66,7 +66,8 @@ Other value operations: (0x80~0x8f)
ver Return VM version ver Return VM version
External code: (0x90~0x9f) 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) load Load chunk as function (will place function on stack)
Error handling: (0xa0~0xaf) Error handling: (0xa0~0xaf)