Tests are passing, added preserveScope to VM API

This commit is contained in:
2025-01-31 13:51:53 +11:00
parent bfed4e23f3
commit 481d17f040
10 changed files with 360 additions and 406 deletions

View File

@@ -20,7 +20,7 @@ Toy_Module Toy_parseModule(unsigned char* ptr) {
//header
readUnsignedInt(&ptr);
// module.codeCount = readUnsignedInt(&ptr); NOTE: note used
module.jumpsCount = readUnsignedInt(&ptr);
module.paramCount = readUnsignedInt(&ptr);
module.dataCount = readUnsignedInt(&ptr);