Commit e37a594
committed
Replace 6-byte Rust enum Op with 32-bit packed instructions:
Format ABC: [opcode:8][A:8][B:8][C:8] for 3-operand instructions
Format ABx: [opcode:8][A:8][Bx:16] for constant/offset operands
Mimics Lua's instruction format1 parent dee9f23 commit e37a594
3 files changed
+653
-223
lines changed
0 commit comments