Initial commit: implementation of the virtual machine

This commit is contained in:
Dimitri Lozeve 2021-01-13 09:16:21 +01:00
commit 87a815ac27
6 changed files with 262 additions and 0 deletions

10
README.org Normal file
View file

@ -0,0 +1,10 @@
* Synacor Challenge
Solutions to the [[https://challenge.synacor.com/][Synacor Challenge]]
The virtual machine is implemented in [[src/vm.c]]. Compile it with =make=
and run it on the challenge program:
#+begin_src sh
./vm challenge.bin
#+end_src