9086/boot_code
2023-03-09 06:03:13 +00:00
..
brainfuck_compiled.asm Added the OUT instruction to be able to properly address I/O and moved printing logic to a device on the I/O space. Also added IRET which is basically just a RET in this case 2023-03-09 06:03:13 +00:00
brainfuck_compiler_v1.asm Added message about compilation process on the compiler and fixed Makefile dependencies 2023-02-25 01:42:45 +00:00
brainfuck_interpreted.asm Added the OUT instruction to be able to properly address I/O and moved printing logic to a device on the I/O space. Also added IRET which is basically just a RET in this case 2023-03-09 06:03:13 +00:00
brainfuck_interpreter_v0.asm Run the project through aspell and tweaked the README 2023-02-19 00:52:52 +00:00
brainfuck_mandelbrot.asm Added the OUT instruction to be able to properly address I/O and moved printing logic to a device on the I/O space. Also added IRET which is basically just a RET in this case 2023-03-09 06:03:13 +00:00
hello_9086.bf Cleaned up boot_code 2023-03-03 19:36:28 +00:00
Makefile Wrote a more complete testbench for verilator, switched from lx2 to fst and fixed cpu clock frequency calculation 2023-03-05 00:10:55 +00:00
mandelbrot.bf Cleaned up boot_code 2023-03-03 19:36:28 +00:00