Skip to content

nethoxa/vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vm

Toy vm from scratch to test some stuff. Used as references the following blogs:

Its usage is pretty straightforward, just run cargo run and start feeding instructions via the CLI. The commands available are the following ones:

  • .program to show the current program as a Vec<u8>
  • .registers the same for registers
  • .quit to exit the program
  • A B C D, where each value is a valid u8. The tuple can be repeated sequentially and each four numbers represent an instruction.

About

Toy vm from scratch to test some stuff

Resources

Stars

Watchers

Forks