The virtual machine I'm working on can now allocate and access arrays from the bytecode and assembly. Arrays are one of the basic data structures in the VM, in addition to numeric types and pointers.
The virtual machine I'm working on can now allocate and access arrays from the bytecode and assembly. Arrays are one of the basic data structures in the VM, in addition to numeric types and pointers.