News

C compiler for GAIA CPU written in OCaml. You can compile C file by the following command. ./bin/ucc ./test/printf.c Then, a.out will be created. It runs on the simulator. ./bin/sim -simple a.out You ...