fa-vm

March 17, 2018 ยท View on GitHub

Mostly a copy/paste of Implementing a virtual machine in C by Felix Angell.

make && ./a.out

It prints POP: 11 because it adds 5 and 6.



  • fa-vm (simple VM in C, from Felix Angell)
  • simple-vm (simple VM in C, from Bartosz Sypytkowski)