TitanHZZ / vm

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

[Assembly] Support for strings. #11

Closed TitanHZZ closed 11 months ago

TitanHZZ commented 11 months ago

Implement support for strings and string manipulation.

TitanHZZ commented 11 months ago

Assembly now has a preprocessor directive '%string' that allows you to reserve and initialize the reserved memory with the string. Closing.