Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 221 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 221 Bytes

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