9086/boot_code
2023-12-05 03:07:14 +00:00
..
bios.asm Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram 2023-12-05 03:07:14 +00:00
brainfuck_compiled.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +00:00
brainfuck_compiler_v1.asm Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram 2023-12-05 03:07:14 +00:00
brainfuck_interpreted.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +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 Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +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 Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +00:00
dos_layer.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +00:00
fibonacci.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +00:00
gnome_sort.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +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
LiteDram_init.asm Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram 2023-12-05 03:07:14 +00:00
Makefile Boot_code/BIOS: Split the litedram init off to a separate file and included the brainfuck compiler in the bios as a demo for the ram 2023-12-05 03:07:14 +00:00
mandelbrot.bf Cleaned up boot_code 2023-03-03 19:36:28 +00:00
pipeline_ideal.asm Peripherals/Memory: Added support for the litedram DDR memory controller, created a new memory map and updated all relevant code and files including the addition of rudimentary wait state support for the cpu (BIU) 2023-12-03 19:24:39 +00:00