Currently the VM handles only fixed sized arguments in the instructions. - [ ] change the assembler to check for argument sizes and emit opcodes based on that - to avoid second pass over the bytecode always use 8 bytes for jump and call locations - [ ] change the vm to handle arguments with different sizes
Currently the VM handles only fixed sized arguments in the instructions.