- https://efthimiskritikos.com/
- Joined on
2023-02-04
Block a user
7c1067088c
Properly licensed the project and run it through aspell
0d4221f9de
Added config file (mainly for debug verbosity) and kind of patched some weird behaviour when clock is stopped
0901af23db
Added support for some register indirect addressing modes. Also added documentation comments and did some general cleanup
d7eb4f36c0
Wrote very basic brainfuck interpreter in 8086 asm to work on making it run and prove Turing completeness
fd31eb704c
Made the simulation stop at an unrecognised instruction or other error
fc4ecdb8d2
Added HLT instruction, made testbench count total clock cycles and write memdump and fixed reset timing
cd918302cc
Removed now useless register init code and changed disas command name
bba230fbce
Added the MOV immediate to register instruction
e685c52ddd
Improved instruction decoding
6561018206
Made the processor actually little-endian
a5571fda12
Added a very basic execution stage, registers and a very crude adder for ALU. It finally executes instructions!
f10d785f95
Fixed dependency misconfiguration in Makefile