- https://efthimiskritikos.com/
- Joined on
2023-02-04
Block a user
6e8d951360
Increased the accessible memory and got the Mandelbrot renderer working under the brainfuck compiler!
5af6d720c3
Fixed ADD again and some memory read logic. Compiler runs the default brainfuck message program!!
9ed3dc3312
Fixed bug introduced in a previous commit about fixing ADD
96b7a4d298
Added the SUB instruction (piggybacking off of ADD) AND THE COMPILER FINISHES GENERATING CODE!!
e684db8348
Added support to CMP for compare memory to opcode parameter, added support for both PROC_DE_LOAD_?_PARAM and PROC_MEMIO_READ at the same command and associated changes
c4ac55d4c3
Implemented the RET instruction,fixed CALL bug, clarified MOD naming and usage
1efef45266
Added missing license notices
cac01f0333
Fixed Makefile bug
7fde422341
Added Microcode support, Stack, implemented the CALL instruction in microcode and grouped the wires on the decoder module
619702384b
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
fd4a9b5442
Fixed register addressing bug, mem read endianness, cleaned up code and added a provisional project logo