Skip to content

As I am currently learning Rust, I thought an interesting project would be to create a VM for my own implementation of an assembly language that looks very similar to x86_64. Inspired by https://blog.subnetzero.io/post/building-language-vm-part-00/

Notifications You must be signed in to change notification settings

farazsth98/firefaith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A custom language VM that has an assembly language very similar to x86_64.

Still a WIP. This README will be updated after this is more functional.

Credits for the idea goes to this guy.

About

As I am currently learning Rust, I thought an interesting project would be to create a VM for my own implementation of an assembly language that looks very similar to x86_64. Inspired by https://blog.subnetzero.io/post/building-language-vm-part-00/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages