9086/boot_code
2023-02-24 17:38:23 +00:00
..
brainfuck_compiled.asm Wrote an optimised native brainfuck compiler intended to be the default program running on release v0.1 utilising a good precentage of the 8086 instruction set 2023-02-19 21:42:59 +00:00
brainfuck_compiler_v1.asm Increased the accessible memory and got the Mandelbrot renderer working under the brainfuck compiler! 2023-02-24 17:38:23 +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 Increased the accessible memory and got the Mandelbrot renderer working under the brainfuck compiler! 2023-02-24 17:38:23 +00:00
brainfuck.asm Fixed register addressing bug, mem read endianness, cleaned up code and added a provisional project logo 2023-02-19 00:20:53 +00:00
Makefile Fixed Makefile bug 2023-02-22 01:51:14 +00:00