TitanHZZ / vm

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

Initial support for X86_64 translation. #26

Closed TitanHZZ closed 2 months ago

TitanHZZ commented 2 months ago

Currently only a couple of instructions are implemented. Examples 123i and fibonacci are working.