9086/system
2023-02-24 12:47:32 +00:00
..
alu_header.v 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
alu.v 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
boot_code.asm Added bitwise TEST instruction 2023-02-24 10:08:01 +00:00
config.v Improved build system and project directory structure 2023-02-16 01:52:02 +00:00
decoder.v Added the SUB instruction (piggybacking off of ADD) AND THE COMPILER FINISHES GENERATING CODE!! 2023-02-24 12:47:32 +00:00
general.v 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
memory.v Fixed register addressing bug, mem read endianness, cleaned up code and added a provisional project logo 2023-02-19 00:20:53 +00:00
proc_state_def.v 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
processor.v Added a POP instruction 2023-02-24 11:31:15 +00:00
registers.v Implemented PUSH instruction, fixed register addressing bug and a RET bug 2023-02-24 07:32:27 +00:00
testbench.v Fixed register addressing bug, mem read endianness, cleaned up code and added a provisional project logo 2023-02-19 00:20:53 +00:00
ucode_header.v Added a POP instruction 2023-02-24 11:31:15 +00:00
ucode.txt Added a POP instruction 2023-02-24 11:31:15 +00:00