TitanHZZ / vm

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

[Assembly] Better asm parsing. #9

Closed TitanHZZ closed 2 months ago

TitanHZZ commented 12 months ago

Implement improved asm parsing and error messages.

TitanHZZ commented 11 months ago

Currently, there is a need for push instructions that accept integers, doubles , ptrs and labels but, this makes them a very different type of instruction from all the others. In any case, this is actually needed and needs to be implemented preferably using an 'elegant' solution.

TitanHZZ commented 2 months ago

Done. Closing.