/CompilerBackend

Compiler Backend for https://github.com/radinParsaei/VM

Primary LanguageJava

CompilerBackend

to compile:

git clone https://github.com/radinParsaei/CompilerBackend --recursive
cd CompilerBackend
cd VM
make
cd ..
make

run:

java -jar output.jar
VM/assembler a
VM/VM out.bin