9086/cpu
2023-02-11 14:43:53 +00:00
..
alu_header.v Improved ALU and added more INC and a DEC instruction 2023-02-11 14:43:53 +00:00
alu.v Improved ALU and added more INC and a DEC instruction 2023-02-11 14:43:53 +00:00
boot_code.asm Improved ALU and added more INC and a DEC instruction 2023-02-11 14:43:53 +00:00
brainfuck.asm Wrote very basic brainfuck interpreter in 8086 asm to work on making it run and prove Turing completeness 2023-02-11 01:12:54 +00:00
gtkwave_savefile.gtkw Improved execution state logic, cleaned up code and fixed register file output enable 2023-02-10 01:45:27 +00:00
Makefile Wrote very basic brainfuck interpreter in 8086 asm to work on making it run and prove Turing completeness 2023-02-11 01:12:54 +00:00
memory.v Wrote very basic brainfuck interpreter in 8086 asm to work on making it run and prove Turing completeness 2023-02-11 01:12:54 +00:00
proc_state_def.v Added unaligned access for instructions and data and fixed register file access 2023-02-10 12:02:20 +00:00
processor.v Improved ALU and added more INC and a DEC instruction 2023-02-11 14:43:53 +00:00
registers.v Improved register file addressing and printout 2023-02-11 13:41:12 +00:00
testbench.v Made the simulation stop at an unrecognised instruction or other error 2023-02-11 01:05:19 +00:00