deoxxa / jsm-c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsm-c

See jsm. This is the JSM virtual machine, written in C for lulz.

Building

➜  jsm-c  make
cc    -c -o execute.o execute.c
cc    -c -o cpu.o cpu.c
cc   execute.o cpu.o   -o execute

License

3-clause BSD. A copy is included with the source.

Contact

About

License:Other


Languages

Language:C 100.0%