You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a little computer 3 virtual machine and assembler written in pure rust. the only external crate used is "console" (https://crates.io/crates/console) and it's required dependencies. originally meant to be a computer architeture learning excercise.
the program comes with 2 demo programs: helloworld.obj and 2048.obj. hello world prints hello world to the terminal, and 2048 allows you to play the 2048 game using the WASD keys.