|
9ed3dc3312
|
Fixed bug introduced in a previous commit about fixing ADD
|
2023-02-24 12:48:03 +00:00 |
|
|
96b7a4d298
|
Added the SUB instruction (piggybacking off of ADD) AND THE COMPILER FINISHES GENERATING CODE!!
|
2023-02-24 12:47:32 +00:00 |
|
|
808827cbdd
|
Fixed arg bug in ADD
|
2023-02-24 11:54:13 +00:00 |
|
|
355c673a37
|
Added a POP instruction
|
2023-02-24 11:31:15 +00:00 |
|
|
c3580848de
|
Added bitwise TEST instruction
|
2023-02-24 10:08:01 +00:00 |
|
|
abee49d6c3
|
Implemented PUSH instruction, fixed register addressing bug and a RET bug
|
2023-02-24 07:32:27 +00:00 |
|
|
a189da249c
|
Added STOS instruction. Native brainfuck compiler started generating code!
|
2023-02-24 05:01:55 +00:00 |
|
|
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
|
2023-02-24 02:18:48 +00:00 |
|
|
c4ac55d4c3
|
Implemented the RET instruction,fixed CALL bug, clarified MOD naming and usage
|
2023-02-23 14:48:48 +00:00 |
|
|
1efef45266
|
Added missing license notices
|
2023-02-22 01:58:08 +00:00 |
|
|
cac01f0333
|
Fixed Makefile bug
|
2023-02-22 01:51:14 +00:00 |
|
|
7fde422341
|
Added Microcode support, Stack, implemented the CALL instruction in microcode and grouped the wires on the decoder module
|
2023-02-22 01:28:23 +00:00 |
|
|
e2e9a92832
|
Cleaned the decoder a bit and laid down some of the groundwork for microcode
|
2023-02-19 16:22:23 +00:00 |
|
|
e6c9c722e3
|
Run the project through aspell and tweaked the README
|
2023-02-19 00:52:52 +00:00 |
|
|
fd4a9b5442
|
Fixed register addressing bug, mem read endianness, cleaned up code and added a provisional project logo
|
2023-02-19 00:20:53 +00:00 |
|
|
82bd859874
|
Moved the decoding of opcodes into a separate module and optimised memory reads
|
2023-02-17 18:08:09 +00:00 |
|
|
ed3d7101d3
|
Further improved build system and changed brainfuck print message
|
2023-02-16 23:26:32 +00:00 |
|
|
ded47555a5
|
Improved build system and project directory structure
|
2023-02-16 01:52:02 +00:00 |
|