TitanHZZ / vm

Simple stack based virtual machine.
MIT License
1 stars 0 forks source link

Support for static memory. #12

Closed TitanHZZ closed 11 months ago

TitanHZZ commented 11 months ago

Adding support for static memory would be quite useful to store strings and just some random data like arrays. This ignores support for strings and arrays on the stack (that is non-existent for now at least).

TitanHZZ commented 11 months ago

Static memory is now support (and string as well). Closing.