9086/boot_code
2023-11-09 23:08: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 Forgot to add the changes to colored_led.asm from the previous commit 2023-11-09 23:08:12 +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 Added more data to a test program 2023-05-22 22:33:00 +01: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 The CPU works on real hardware for the first time! I added an adjustment for ram size, added control for a led and a test program for it. On the fpga board there is an actual led there that I used to verify functionality 2023-11-06 08:13:36 +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