9086/cpu
2023-02-15 01:28:02 +00:00
..
alu_header.v Added unconditional jumps and support for signed addition 2023-02-14 14:48:35 +00:00
alu.v Added unconditional jumps and support for signed addition 2023-02-14 14:48:35 +00:00
boot_code.asm Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
brainfuck.asm Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
config.v Properly licensed the project and run it through aspell 2023-02-13 16:49:17 +00:00
gtkwave_savefile.gtkw Added support for writing to memory 2023-02-14 13:13:40 +00:00
Makefile Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
memory.v Added support for writing to memory 2023-02-14 13:13:40 +00:00
proc_state_def.v Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
processor.v Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
registers.v Added 16bit unaligned register indirect writes, fixed some MOV bugs, clean up code names and data flow 2023-02-15 01:28:02 +00:00
testbench.v Added support for writing to memory 2023-02-14 13:13:40 +00:00