REM Set up the paths REM Compile C to LLVM Bytecode clang -O3 -S -emit-llvm -o out.s bla.c REM Lower LLVM Bytecode to MIPS150 assembly llc -march=mips150 out.s -o out REM Assemble MIPS150 and output a java -jar mars.jar nc a dump .text Binary out.bin out.s