small fixes

This commit is contained in:
Zoe
2025-02-06 00:36:45 -06:00
parent 91fb30ddc2
commit 781ca3c8e9
3 changed files with 16 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ inline Bytecode parse(uint16_t opcode) {
bytecode.instruction_type = LOAD_BYTE;
break;
}
case 0x700: {
case 0x7000: {
bytecode.instruction_type = ADD_BYTE;
break;
}