This commit is contained in:
2026-04-27 06:08:39 -05:00
parent 417747f5ee
commit c812054533
8 changed files with 126 additions and 12 deletions

View File

@@ -67,15 +67,15 @@ Other value operations: (0x80~0x8f)
External code: (0x90~0x9f)
cmpl Compile code to assembly
asmbl Assemble code to chunk format
load Load chunk as function (will place function on stack)
asmbl Assemble code to bytecode format
load Load bytecode as function (will place function on stack)
Error handling: (0xa0~0xaf)
???
Chunk format
------------
Bytecode format
---------------
The bytecode file is composed of the following sections: