9086/system
2023-05-23 11:25:57 +01:00
..
alu_header.v Added partial support for the software interrupt INT instruction 2023-03-08 07:26:28 +00:00
alu.v Added the OUT instruction to be able to properly address I/O and moved printing logic to a device on the I/O space. Also added IRET which is basically just a RET in this case 2023-03-09 06:03:13 +00:00
boot_code.asm Improved DOS char print code 2023-03-14 07:20:30 +00:00
config.v Fixed clock cycle counter overflow, reset circuitry for icarus verilog and implemented statistics recording 2023-05-23 10:29:54 +01:00
decoder.v Service Pack 1: Added some needed instructions for what will probably be some of the V0.2.0 test programs 2023-05-23 11:25:57 +01:00
general.v Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
Makefile Improved build system's handling of verilator 2023-03-05 23:11:18 +00:00
memory.v Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
proc_state_def.v Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
processor.v Fixed clock cycle counter overflow, reset circuitry for icarus verilog and implemented statistics recording 2023-05-23 10:29:54 +01:00
registers.v Removed erroneous file and run aspell 2023-03-21 14:51:39 +00:00
system.v Fixed clock cycle counter overflow, reset circuitry for icarus verilog and implemented statistics recording 2023-05-23 10:29:54 +01:00
testbench.cpp Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
testbench.v Fixed clock cycle counter overflow, reset circuitry for icarus verilog and implemented statistics recording 2023-05-23 10:29:54 +01:00
ucode_header.v Added partial support for the software interrupt INT instruction 2023-03-08 07:26:28 +00:00
ucode.txt Cleaned up some pieces of code and fixed a bug 2023-05-04 00:49:04 +01:00
verilator_makefile Removed erroneous file and run aspell 2023-03-21 14:51:39 +00:00