9086/boot_code
2023-11-12 13:30:12 +00:00
..
brainfuck_compiled.asm Improved DOS char print code 2023-03-14 07:20:30 +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 Improved DOS char print code 2023-03-14 07:20:30 +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 Improved DOS char print code 2023-03-14 07:20:30 +00:00
cache_fill_and_empty.asm Removed useless code from cache_fill_and_empty.asm 2023-05-21 03:01:24 +01:00
colored_led.asm Made the build system simplify the microcode so that yosys understands and synthesises it! Now gnome_sort.asm almost works! 2023-11-12 04:04:56 +00:00
dos_layer.asm Improved DOS char print code 2023-03-14 07:20:30 +00:00
fibonacci.asm Added 2 more test programs, 2 new instructions and fixed a bug in CMP 2023-05-21 01:48:50 +01:00
gnome_sort.asm Reduced numbers to be sorted in gnome_sort.asm to fit in lcd, fixed hlt on real hardware, slowed down cpu, increased lcd fifo and with that I almost got gnome_sort.asm working perfectly on real hardware 2023-11-12 07:31:05 +00:00
hello_9086.bf Cleaned up boot_code 2023-03-03 19:36:28 +00:00
helpers.asm Added 2 more test programs, 2 new instructions and fixed a bug in CMP 2023-05-21 01:48:50 +01:00
Makefile Fixed some dependencies on the makefiles 2023-11-12 13:30:12 +00:00
mandelbrot.bf Cleaned up boot_code 2023-03-03 19:36:28 +00:00
pipeline_ideal.asm Added code to record statistics and a tool to plot them 2023-05-14 16:06:33 +01:00